Skip to content

Commit

Permalink
Fixes piranhacloud#4039 - Fix running CDI TCK for Piranha Core Profile (
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Oct 8, 2024
1 parent e717ed9 commit f4fe06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tck-coreprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run TCK
run: |
cd external/coreprofile-tck/cdi
mvn -B -ntp verify
mvn -B -ntp -T 1 verify
- name: Test Summary
uses: test-summary/action@v2
with:
Expand Down

0 comments on commit f4fe06c

Please sign in to comment.