mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 11:24:56 -04:00
ci: upload test results
This commit is contained in:
parent
1c901a466e
commit
2e26e6f042
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -22,6 +22,9 @@ jobs:
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Publish Test Report
|
||||
if: ${{ always() }}
|
||||
uses: scacap/action-surefire-report@v1
|
||||
- name: Upload Linux x64 build
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
@ -39,6 +42,9 @@ jobs:
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Publish Test Report
|
||||
if: ${{ always() }}
|
||||
uses: scacap/action-surefire-report@v1
|
||||
- name: Upload Windows x64 build
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
@ -17,4 +17,8 @@ build:
|
||||
- master
|
||||
- merge_requests
|
||||
script:
|
||||
- 'mvn $MAVEN_CLI_OPTS compile'
|
||||
- 'mvn $MAVEN_CLI_OPTS verify'
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
- target/surefire-reports/TEST-*.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user