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 3be3c7d commit 812d721Copy full SHA for 812d721
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
run: echo 'ARG_LINE=-D"excludedGroups=TestcontainersTests,RequireIllegalAccess"' >> $GITHUB_ENV
49
- name: Set env command line option
50
if: ${{ matrix.os == 'ubuntu-latest' }}
51
- run: echo 'CI_ONLY_TEST_GROUPS="-Denv.CI_ONLY_TEST_GROUPS"' >> $GITHUB_ENV
+ run: echo 'CI_ONLY_TEST_GROUPS=-D"env.CI_ONLY_TEST_GROUPS"' >> $GITHUB_ENV
52
- name: Test with Maven
53
if: ${{ matrix.os != 'windows-latest' }}
54
run: ./mvnw test -B -D"license.skip=true" -D"jacoco.skip=true" $CI_ONLY_TEST_GROUPS $ARG_LINE
0 commit comments