Skip to content

Commit

Permalink
Publish TCK results from released version
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 24, 2021
1 parent 5fa452f commit 9cbd164
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:

- name: generate tck report
run: |
mvn -pl testsuite/tck surefire-report:report-only
mv testsuite/tck/target/tck-results.html .
cd target/checkout
mvn surefire-report:report-only
mv testsuite/tck/target/tck-results.html $GITHUB_WORKSPACE
- uses: meeDamian/[email protected]
name: upload tck asset to release
Expand Down

0 comments on commit 9cbd164

Please sign in to comment.