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 31be291 commit 46c6c71Copy full SHA for 46c6c71
.github/workflows/gradle-build.yml
@@ -70,6 +70,10 @@ jobs:
70
path: ~/.sonar/cache
71
key: ${{ runner.os }}-sonar
72
restore-keys: ${{ runner.os }}-sonar
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
run: ./gradlew build
79
- name: Publish test coverage
@@ -78,3 +82,7 @@ jobs:
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
80
84
run: ./gradlew jacocoTestReport sonar
85
+ - name: Terminate Testcontainers Cloud Client active sessions
86
87
88
+ action: terminate
0 commit comments