Skip to content

Commit

Permalink
chore: use testcontainers cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Nov 22, 2023
1 parent e19861f commit a9beaf5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Java setup
uses: actions/setup-java@v3
with:
java-version: 17
distribution: zulu
cache: maven

- name: Setup Testcontainers Cloud Client
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}

- name: Run Maven
run: mvn -B clean verify com.mycila:license-maven-plugin:check

0 comments on commit a9beaf5

Please sign in to comment.