diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 831c457a3..ec2d783a4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,6 +25,8 @@ jobs: - name: Publish Test Report if: ${{ always() }} uses: scacap/action-surefire-report@v1 + with: + fail_on_test_failures: true - name: Upload Linux x64 build uses: actions/upload-artifact@v2 with: @@ -45,6 +47,8 @@ jobs: - name: Publish Test Report if: ${{ always() }} uses: scacap/action-surefire-report@v1 + with: + fail_on_test_failures: true - name: Upload Windows x64 build uses: actions/upload-artifact@v2 with: