Skip to content

Commit

Permalink
archive test result
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Mar 11, 2024
1 parent 2846f9d commit 9b0e01d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,12 @@ jobs:
run: |
mvn "-Dmaven.test.skip=true" -DskipTests install
cd .\tests\integration\jms
mvn -X clean install
mvn -X clean install
- name: Archive test results
uses: actions/upload-artifact@v3.1.2
if: always()
with:
name: test-results
path: |
**/target/surefire-reports/*.txt
**/target/it/**/*.log

0 comments on commit 9b0e01d

Please sign in to comment.