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 7c13865 commit dddc319Copy full SHA for dddc319
.github/workflows/ci.yml
@@ -27,18 +27,6 @@ jobs:
27
uses: actions/checkout@v3
28
-
29
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
42
uses: ./
43
with:
44
version: ${{ matrix.version }}
@@ -57,7 +45,9 @@ jobs:
57
45
58
46
59
47
60
- args: do test
48
+ cmds: |
49
+ project update
50
+ do test
61
51
workdir: ./test/ci
62
52
63
53
install-only:
@@ -100,5 +90,7 @@ jobs:
100
90
101
91
102
92
version: https://github.com/dagger/dagger.git#${{ matrix.ref }}
103
93
94
95
104
96
0 commit comments