Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 9a11463

Browse files
authored
Merge pull request #3 from domaframework/upload-reports
Upload test reports
2 parents fccaffc + c149342 commit 9a11463

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
restore-keys: ${{ runner.os }}-m2
2828
- name: Build with Maven
2929
run: ./mvnw -B package --file pom.xml
30+
- name: Upload reports
31+
if: failure()
32+
uses: actions/upload-artifact@v2
33+
with:
34+
name: reports
35+
path: deployment/target/surefire-reports
3036
- name: Release Maven package
3137
if: "github.event_name != 'pull_request'"
3238
uses: samuelmeuli/action-maven-publish@v1

0 commit comments

Comments
 (0)