Skip to content

Commit

Permalink
Fixes #4115 - Update REST TCK to 4.0.1 (#4117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Oct 24, 2024
1 parent 53b57e6 commit 117cca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tck-coreprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ jobs:
run: mvn -B -DskipTests=true -ntp install
- name: Run TCK
run: |
cd external/coreprofile-tck/rest
cd external/tck/rest
mvn -B -ntp -T 1 verify
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "external/coreprofile-tck/rest/runner/target/failsafe-reports/**/TEST-*.xml"
paths: "external/tck/rest/runner/target/failsafe-reports/**/TEST-*.xml"
if: always()

0 comments on commit 117cca9

Please sign in to comment.