Skip to content

Commit

Permalink
Actually cause CI to fail on any warning
Browse files Browse the repository at this point in the history
This should've been part of commit
7292ee8.
  • Loading branch information
mbland committed Nov 3, 2023
1 parent 8c6c809 commit 77b3c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Build and test
run: ./gradlew build --warning-mode all
run: ./gradlew build

- name: Merge test reports
run: ./gradlew merge-test-reports --warning-mode all
run: ./gradlew merge-test-reports
if: always()

# Per the advice from:
Expand Down

0 comments on commit 77b3c27

Please sign in to comment.