Skip to content

Commit

Permalink
Run all the tests even when one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 20, 2024
1 parent 377756c commit 148e882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: gradle/actions/setup-gradle@v4

- run: ./scripts/enforce_git_lfs.sh
- run: ./gradlew kotlinUpgradeYarnLock build -PredwoodNoApps -x dokkaHtml
- run: ./gradlew kotlinUpgradeYarnLock build -PredwoodNoApps -x dokkaHtml --continue

- uses: actions/upload-artifact@v4
if: ${{ always() }}
Expand Down

0 comments on commit 148e882

Please sign in to comment.