We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d96dc commit 9777a56Copy full SHA for 9777a56
1 file changed
.github/workflows/mvn-test.yml
@@ -130,7 +130,7 @@ jobs:
130
key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }}
131
132
- name: Run Integration Tests with Coverage
133
- run: ./mvnw verify -DskipTests -Pintegration -Pcoverage --batch-mode --errors --fail-never --show-version -pl !e2e
+ run: ./mvnw verify -DskipTests -Pintegration -Pcoverage --batch-mode --errors --fail-never --show-version -pl !e2e,!resilience
134
env:
135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136
0 commit comments