Skip to content

Commit

Permalink
fix: use labs mode for rc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Jul 23, 2023
1 parent bb14108 commit 8a3110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
BUILDLESS_APIKEY: ${{ secrets.BUILDLESS_APIKEY }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
continue-on-error: ${{ matrix.labs }}
permissions:
checks: write
pull-requests: read
Expand Down Expand Up @@ -122,6 +121,7 @@ jobs:
flags: "--scan --stacktrace"
artifact: "buildless-plugin-gradle"
gradle: ${{ matrix.gradle }}
labs: ${{ matrix.labs }}
coverage_report: "build/reports/kover/report.xml"
provenance: "${{ fromJson(matrix.main) }}"
coverage: "${{ fromJson(matrix.main) }}"
Expand Down

0 comments on commit 8a3110b

Please sign in to comment.