Skip to content

Commit c0eb5dd

Browse files
committed
fix args in gh action
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
1 parent ed1fbe7 commit c0eb5dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: integration-tests
1+
name: integration-tests
22

33
on:
44
push:
@@ -20,8 +20,6 @@ jobs:
2020
with:
2121
workdir: ci
2222
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
23+
args: -s test --interlink-version latest --src ../ --plugin-config ./manifests/plugin-config.yaml --manifests ./manifests
2524
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
2625
version: "0.19.1"
27-

0 commit comments

Comments
 (0)