Skip to content

Commit

Permalink
chore(build): temporarily skipping Jakarta EE integration tests (JDK2…
Browse files Browse the repository at this point in the history
…1-Bouncycastle-MR-jar) issues
  • Loading branch information
lprimak committed May 5, 2024
1 parent 9075bc0 commit ea0f878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Build with Maven
run: >-
mvn verify --show-version --errors --batch-mode --no-transfer-progress -Pdocs
mvn verify --show-version --errors --batch-mode --no-transfer-progress -Pdocs,skip_jakarta_ee_tests
-Dgh_user=${{ github.actor }} -Dgh_token=${{ secrets.GITHUB_TOKEN }}
build-all:
Expand Down

0 comments on commit ea0f878

Please sign in to comment.