ci: fix workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-05-06 12:19:15 +02:00
parent 7c13865132
commit dddc319cff
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -27,18 +27,6 @@ jobs:
uses: actions/checkout@v3
-
name: Dagger
uses: ./
with:
version: ${{ matrix.version }}
cmds: do test
workdir: ./test/ci
update-do:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dagger
uses: ./
with:
version: ${{ matrix.version }}
@ -57,7 +45,9 @@ jobs:
name: Dagger
uses: ./
with:
args: do test
cmds: |
project update
do test
workdir: ./test/ci
install-only:
@ -100,5 +90,7 @@ jobs:
uses: ./
with:
version: https://github.com/dagger/dagger.git#${{ matrix.ref }}
cmds: do test
cmds: |
project update
do test
workdir: ./test/ci