Skip to content

Commit e1ded90

Browse files
committed
GHA - adjust for working on mac / windows
1 parent eaae977 commit e1ded90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
cache: ${{ matrix.cache }}
2424
distribution: ${{ matrix.distribution }}
2525
java-version: ${{ matrix.java }}
26+
- name: Setup testContainers profile for ubuntu
27+
run: echo 'TEST_CONTAINERS_PROFILE=-PtestContainers' >> $GITHUB_ENV
2628
- name: Test with Maven
27-
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

Comments
 (0)