Skip to content

Commit 1a4edef

Browse files
committed
[ci] Show active profiles being used
1 parent 812d721 commit 1a4edef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: Set env command line option
5050
if: ${{ matrix.os == 'ubuntu-latest' }}
5151
run: echo 'CI_ONLY_TEST_GROUPS=-D"env.CI_ONLY_TEST_GROUPS"' >> $GITHUB_ENV
52+
- name: Active Profiles
53+
run: ./mvnw help:active-profiles
5254
- name: Test with Maven
5355
if: ${{ matrix.os != 'windows-latest' }}
5456
run: ./mvnw test -B -D"license.skip=true" -D"jacoco.skip=true" $CI_ONLY_TEST_GROUPS $ARG_LINE

0 commit comments

Comments
 (0)