Skip to content

Commit 9b0695b

Browse files
committed
GHA fix profile for ubuntu only
1 parent e1ded90 commit 9b0695b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
distribution: ${{ matrix.distribution }}
2525
java-version: ${{ matrix.java }}
2626
- name: Setup testContainers profile for ubuntu
27+
if: ${{ matrix.os == 'ubuntu-latest' }}
2728
run: echo 'TEST_CONTAINERS_PROFILE=-PtestContainers' >> $GITHUB_ENV
2829
- name: Test with Maven
2930
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" $TEST_CONTAINERS_PROFILE

0 commit comments

Comments
 (0)