Skip to content

Commit 97c6435

Browse files
committed
Replace Testcontainers Cloud setup with Docker Compose
Swapped the Testcontainers Cloud setup action for the Docker Compose setup action in the Maven build workflow. This change updates the workflow to use docker/setup-compose-action@v1.2.0 with the latest version.
1 parent 674310c commit 97c6435

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Checkout Source
2727
uses: actions/checkout@v5
2828

29-
- name: Setup Testcontainers Cloud Client
30-
uses: atomicjar/testcontainers-cloud-setup-action@v1
29+
- name: Docker Setup Compose
30+
uses: docker/setup-compose-action@v1.2.0
3131
with:
32-
token: ${{ secrets.TC_CLOUD_TOKEN }}
32+
version: latest
3333

3434
- name: Setup JDK ${{ matrix.Java }}
3535
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)