We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2ac64 commit 4ee5820Copy full SHA for 4ee5820
1 file changed
.github/workflows/gradle-build.yml
@@ -70,18 +70,10 @@ jobs:
70
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
71
build-scan-terms-of-use-agree: "yes"
72
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 }}
77
- name: Run CI build
78
env:
79
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
run: ./gradlew check --configuration-cache
81
- - name: Terminate Testcontainers Cloud Client active sessions
82
83
84
- action: terminate
85
- name: Upload build artifacts
86
uses: actions/upload-artifact@v4
87
id: upload-build-artifacts
0 commit comments