We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a1c18 commit 10f2575Copy full SHA for 10f2575
1 file changed
.github/workflows/ci.yaml
@@ -77,6 +77,12 @@ jobs:
77
working-directory: ./src/16-docker-outside-of-docker
78
run: docker compose exec -T tests npm install
79
80
+ # Setup Testcontainers Cloud Client right before your Testcontainers tests
81
+ - name: Setup Testcontainers Cloud Client
82
+ uses: atomicjar/testcontainers-cloud-setup-action@v1
83
+ with:
84
+ token: ${{ secrets.TC_CLOUD_TOKEN }}
85
+
86
- name: Run tests - Container reuse without compose (inside container)
87
88
run: |
@@ -90,3 +96,9 @@ jobs:
90
96
docker compose exec -T \
91
97
-e TESTCONTAINERS_RYUK_DISABLED=true \
92
98
tests npm run test:with-compose
99
100
+ #Optional
101
+ - name: Terminate Testcontainers Cloud Client active sessions
102
103
104
+ action: terminate
0 commit comments