Skip to content

Commit da913fa

Browse files
committed
issue(73261): add mvn verify stage for running TestContainers integration tests
1 parent c2541e8 commit da913fa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474

75+
- name: Run Integration tests (Testcontainers)
76+
working-directory: ${{ inputs.workingDirectory }}
77+
run: mvn verify
78+
env:
79+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+
7581
- name: Build artifact
7682
working-directory: ${{ inputs.workingDirectory }}
7783
run: mvn package -Dmaven.test.skip

0 commit comments

Comments
 (0)