Skip to content

Commit

Permalink
Update testcontainers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj authored Mar 19, 2024
1 parent 9759050 commit b765a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testcontainers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare IT
run: mvn -Pdocker-integration-test pre-integration-test -DskipTests
run: mvn -Pgithub,docker-integration-test pre-integration-test -DskipTests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run IT
run: mvn -Parq-remote verify
run: mvn -Pgithub,arq-remote verify
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Unit Test Results
Expand Down

0 comments on commit b765a60

Please sign in to comment.