From dddc319cff67a0e66f27531eee645f7a357c08a0 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 6 May 2022 12:19:15 +0200 Subject: [PATCH] ci: fix workflow Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f659567..5575de1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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