Added env variable for reusable containers (#72)
The flag is needed for reusable containes to work
This commit is contained in:
parent
0e2d483715
commit
7d2ff63148
1 changed files with 3 additions and 0 deletions
3
.github/workflows/clojure.yml
vendored
3
.github/workflows/clojure.yml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
|
env:
|
||||||
|
TESTCONTAINERS_REUSE_ENABLE: true
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue