File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments