Skip to content

Commit dddc319

Browse files
committed
ci: fix workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 7c13865 commit dddc319

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@ jobs:
2727
uses: actions/checkout@v3
2828
-
2929
name: Dagger
30-
uses: ./
31-
with:
32-
version: ${{ matrix.version }}
33-
cmds: do test
34-
workdir: ./test/ci
35-
36-
update-do:
37-
runs-on: ubuntu-latest
38-
steps:
39-
- name: Checkout
40-
uses: actions/checkout@v3
41-
- name: Dagger
4230
uses: ./
4331
with:
4432
version: ${{ matrix.version }}
@@ -57,7 +45,9 @@ jobs:
5745
name: Dagger
5846
uses: ./
5947
with:
60-
args: do test
48+
cmds: |
49+
project update
50+
do test
6151
workdir: ./test/ci
6252

6353
install-only:
@@ -100,5 +90,7 @@ jobs:
10090
uses: ./
10191
with:
10292
version: https://github.com/dagger/dagger.git#${{ matrix.ref }}
103-
cmds: do test
93+
cmds: |
94+
project update
95+
do test
10496
workdir: ./test/ci

0 commit comments

Comments
 (0)