We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1884ace commit 74ba989Copy full SHA for 74ba989
.github/workflows/maven.yml
@@ -28,10 +28,10 @@ jobs:
28
distribution: 'temurin'
29
cache: maven
30
31
- - name: Setup Testcontainers Cloud Client
32
- uses: atomicjar/testcontainers-cloud-setup-action@v1
33
- with:
34
- token: ${{ secrets.TC_CLOUD_TOKEN }}
+ # - name: Setup Testcontainers Cloud Client
+ # uses: atomicjar/testcontainers-cloud-setup-action@v1
+ # with:
+ # token: ${{ secrets.TC_CLOUD_TOKEN }}
35
36
- name: Build with Maven
37
run: mvn -B package --file pom.xml
0 commit comments