diff --git a/.github/workflows/dagger-lint.yaml b/.github/workflows/dagger-lint.yaml index 901bc7ed..02f744ef 100644 --- a/.github/workflows/dagger-lint.yaml +++ b/.github/workflows/dagger-lint.yaml @@ -13,6 +13,6 @@ jobs: with: verb: call module: ci - args: lint --dir=./ + args: lint --pass=true --dir=./ version: '0.14.0' cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }} diff --git a/.github/workflows/dagger-test.yaml b/.github/workflows/dagger-test.yaml index 3b4a291d..3403f550 100644 --- a/.github/workflows/dagger-test.yaml +++ b/.github/workflows/dagger-test.yaml @@ -13,7 +13,7 @@ jobs: with: verb: call module: ci - args: test --dir . export --path test-reports + args: test --pass=true --dir=./ export --path=./test-reports version: '0.14.0' cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }} - name: Report diff --git a/.github/workflows/dagger.yaml b/.github/workflows/dagger.yaml index ec6942f5..3c4ab6d6 100644 --- a/.github/workflows/dagger.yaml +++ b/.github/workflows/dagger.yaml @@ -24,4 +24,4 @@ jobs: # Dagger module to call. Local or Git module: . # Arguments to pass to CLI - args: ci-integration --pass=true --dir=./ export --path ./out/ + args: ci-integration --pass=true --dir=./ export --path=./out/