We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1fbe7 commit c0eb5ddCopy full SHA for c0eb5dd
.github/workflows/ci.yaml
@@ -1,4 +1,4 @@
1
-name: integration-tests
+name: integration-tests
2
3
on:
4
push:
@@ -20,8 +20,6 @@ jobs:
20
with:
21
workdir: ci
22
verb: call
23
- args: -s test --interlink-version 0.5.2 --src ../ --plugin-config ./manifests/plugin-config.yaml --manifests ./manifests
24
- args: -s test --interlink-version latest --src ./ --plugin-config ./ci/manifests/plugin-config.yaml --manifests ./ci/manifests
+ args: -s test --interlink-version latest --src ../ --plugin-config ./manifests/plugin-config.yaml --manifests ./manifests
25
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
26
version: "0.19.1"
27
-
0 commit comments