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