Skip to content

Commit

Permalink
adding test containers cloud for executing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquemolinari committed Dec 20, 2024
1 parent 8d8aa7f commit c7a90fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ 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

0 comments on commit c7a90fb

Please sign in to comment.