Skip to content

Commit

Permalink
fix(tests): disable testcontainers reaper at Github actions
Browse files Browse the repository at this point in the history
This issue seems related to testcontainers/testcontainers-go#2172
  • Loading branch information
fmoura committed Jul 11, 2024
1 parent 6510ffe commit 35dbb62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ jobs:
version: v1.58.2

- name: Run Go tests
env:
TESTCONTAINERS_RYUK_DISABLED: true
run: go test ./...

build-docker:
Expand Down

0 comments on commit 35dbb62

Please sign in to comment.