Skip to content

Commit

Permalink
Merge pull request hyperledger#23 from jflo/gha_acceptTest
Browse files Browse the repository at this point in the history
store acceptance test results
  • Loading branch information
jflo committed Dec 11, 2023
2 parents aa1ac57 + 6af88f3 commit 7058b11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
run: ./gradlew acceptanceTest --tests `cat gradleArgs.txt` -Dorg.gradle.parallel=true -Dorg.gradle.caching=true
- name: cleanup tempfiles
run: rm testList.txt gradleArgs.txt
- name: Upload Acceptance Test Results
uses: actions/upload-artifact@v3.1.0
with:
name: acceptance-test-results
path: 'acceptance-tests/tests/build/test-results/acceptanceTest/TEST-*.xml'
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the build step fails
Expand Down

0 comments on commit 7058b11

Please sign in to comment.