Skip to content

Commit 4ee5820

Browse files
authored
Remove Testcontainers Cloud (#291)
This commit undoes commit 46c6c71 as we are not using it fully.
1 parent 8d2ac64 commit 4ee5820

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/gradle-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,10 @@ jobs:
7070
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
7171
build-scan-terms-of-use-agree: "yes"
7272
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
73-
- name: Setup Testcontainers Cloud Client
74-
uses: atomicjar/testcontainers-cloud-setup-action@v1
75-
with:
76-
token: ${{ secrets.TC_CLOUD_TOKEN }}
7773
- name: Run CI build
7874
env:
7975
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8076
run: ./gradlew check --configuration-cache
81-
- name: Terminate Testcontainers Cloud Client active sessions
82-
uses: atomicjar/testcontainers-cloud-setup-action@v1
83-
with:
84-
action: terminate
8577
- name: Upload build artifacts
8678
uses: actions/upload-artifact@v4
8779
id: upload-build-artifacts

0 commit comments

Comments
 (0)