Disable certain test container options.
Some checks failed
ci / build-test (push) Failing after 1m13s
Some checks failed
ci / build-test (push) Failing after 1m13s
This commit is contained in:
@@ -11,6 +11,9 @@ jobs:
|
|||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
options: >-
|
options: >-
|
||||||
--privileged
|
--privileged
|
||||||
|
env:
|
||||||
|
TESTCONTAINERS_RYUK_DISABLED: 'true'
|
||||||
|
TESTCONTAINERS_CHECKS_DISABLE: 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-dotnet@v4
|
- uses: actions/setup-dotnet@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user