Skip to content

Commit

Permalink
removing testcontainers cloud as is timing out and upgrading test con…
Browse files Browse the repository at this point in the history
…tainer jar version to latests
  • Loading branch information
enriquemolinari committed Dec 20, 2024
1 parent c7a90fb commit bf3e51a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: "17"
- name: Setup Testcontainers Cloud Client
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.3</version>
<version>1.20.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit bf3e51a

Please sign in to comment.