Skip to content

Commit

Permalink
fix(github): disable ryuk in testcontainers on ci (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoon-vans authored Jul 19, 2023
1 parent 3cfb9bd commit 6d21efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
TESTCONTAINERS_RYUK_DISABLED: true
run: >
mvn verify sonar:sonar -Pcoverage
-Dsonar.host.url=https://sonarcloud.io
Expand Down

0 comments on commit 6d21efe

Please sign in to comment.