Merge pull request #59 from crazy-max/fix-ci-workflow

ci: fix workflow
This commit is contained in:
CrazyMax 2022-05-06 13:07:45 +02:00 committed by GitHub
commit 6b63f0f7fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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