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 812d721 commit 1a4edefCopy full SHA for 1a4edef
.github/workflows/ci.yaml
@@ -49,6 +49,8 @@ jobs:
49
- name: Set env command line option
50
if: ${{ matrix.os == 'ubuntu-latest' }}
51
run: echo 'CI_ONLY_TEST_GROUPS=-D"env.CI_ONLY_TEST_GROUPS"' >> $GITHUB_ENV
52
+ - name: Active Profiles
53
+ run: ./mvnw help:active-profiles
54
- name: Test with Maven
55
if: ${{ matrix.os != 'windows-latest' }}
56
run: ./mvnw test -B -D"license.skip=true" -D"jacoco.skip=true" $CI_ONLY_TEST_GROUPS $ARG_LINE
0 commit comments