Skip to content

Commit

Permalink
github actions: do not stop gradle build on first error, fail at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Nov 12, 2024
1 parent b731fc1 commit e18daa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
add-job-summary-as-pr-comment: on-failure

- name: Execute Gradle build
run: ./gradlew --console=plain --no-daemon --stacktrace build
run: ./gradlew --console=plain --no-daemon --stacktrace --continue build

- name: Upload Test Report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e18daa4

Please sign in to comment.