Skip to content

Commit

Permalink
ci: test skip junit platform
Browse files Browse the repository at this point in the history
Signed-off-by: Zvi Grinberg <zgrinber@redhat.com>
  • Loading branch information
zvigrinberg committed Mar 5, 2024
1 parent eb5dd63 commit 656d35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
EXHORT_PIP3_PATH: "${{steps.python-location.outputs.python-bin-location}}/pip3"
EXHORT_DEBUG: "true"
run: |
mvn verify -Pits,cov -B -ff
mvn verify -Dskip.junit_platform=true -Pits,cov -B -ff
- name: Report test summary
if: ${{ matrix.java == env.MAIN_JAVA_VER && always() }}
Expand Down

0 comments on commit 656d35d

Please sign in to comment.