Skip to content

Commit

Permalink
Upload TCKs after build
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 24, 2024
1 parent 35d2927 commit d64b1f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
- name: build with maven
run: mvn -B formatter:validate verify --file pom.xml

- uses: actions/upload-artifact@v4
name: tck-report
with:
name: tck-report-java-${{matrix.java}}
path: testsuite/tck/target/surefire-reports-*

build-windows:
runs-on: windows-latest
strategy:
Expand Down

0 comments on commit d64b1f4

Please sign in to comment.