Skip to content

Commit a26a8f7

Browse files
committed
do not fail on lint
1 parent 465cbb1 commit a26a8f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dagger-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
verb: call
1515
module: ci
16-
args: lint --dir=./
16+
args: lint --pass=true --dir=./
1717
version: '0.14.0'
1818
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}

.github/workflows/dagger-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
verb: call
1515
module: ci
16-
args: test --dir . export --path test-reports
16+
args: test --dir=./ export --path=./test-reports
1717
version: '0.14.0'
1818
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
1919
- name: Report

.github/workflows/dagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
# Dagger module to call. Local or Git
2525
module: .
2626
# Arguments to pass to CLI
27-
args: ci-integration --pass=true --dir=./ export --path ./out/
27+
args: ci-integration --pass=true --dir=./ export --path=./out/

0 commit comments

Comments
 (0)