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 e1ded90 commit 9b0695bCopy full SHA for 9b0695b
.github/workflows/ci.yaml
@@ -24,6 +24,7 @@ jobs:
24
distribution: ${{ matrix.distribution }}
25
java-version: ${{ matrix.java }}
26
- name: Setup testContainers profile for ubuntu
27
+ if: ${{ matrix.os == 'ubuntu-latest' }}
28
run: echo 'TEST_CONTAINERS_PROFILE=-PtestContainers' >> $GITHUB_ENV
29
- name: Test with Maven
30
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" $TEST_CONTAINERS_PROFILE
0 commit comments