mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 10:25:06 -04:00
github: fail ci when test fails
This commit is contained in:
parent
dea06a7b32
commit
28708ef8d2
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user