Skip to content

Commit

Permalink
do not fail on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Nov 13, 2024
1 parent 465cbb1 commit 2036598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dagger-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/dagger-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 2036598

Please sign in to comment.