Skip to content

Commit 74ba989

Browse files
committed
fix: Skip TestContainers🫸🌀✏️📗🐧🐳
1 parent 1884ace commit 74ba989

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
distribution: 'temurin'
2929
cache: maven
3030

31-
- name: Setup Testcontainers Cloud Client
32-
uses: atomicjar/testcontainers-cloud-setup-action@v1
33-
with:
34-
token: ${{ secrets.TC_CLOUD_TOKEN }}
31+
# - name: Setup Testcontainers Cloud Client
32+
# uses: atomicjar/testcontainers-cloud-setup-action@v1
33+
# with:
34+
# token: ${{ secrets.TC_CLOUD_TOKEN }}
3535

3636
- name: Build with Maven
3737
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)