Skip to content

Commit 9777a56

Browse files
committed
feat: exclude resilience tests from integration tests in CI configuration
1 parent c4d96dc commit 9777a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mvn-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }}
131131

132132
- name: Run Integration Tests with Coverage
133-
run: ./mvnw verify -DskipTests -Pintegration -Pcoverage --batch-mode --errors --fail-never --show-version -pl !e2e
133+
run: ./mvnw verify -DskipTests -Pintegration -Pcoverage --batch-mode --errors --fail-never --show-version -pl !e2e,!resilience
134134
env:
135135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136136

0 commit comments

Comments
 (0)