File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,11 @@ jobs:
46
46
- name : Skip tests that require illegal reflective access
47
47
if : ${{ matrix.os != 'ubuntu-latest' && matrix.java != '11' }}
48
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=-D"env.CI_ONLY_TEST_GROUPS"' >> $GITHUB_ENV
52
49
- name : Active Profiles
53
50
run : ./mvnw help:active-profiles
54
51
- name : Test with Maven
55
52
if : ${{ matrix.os != 'windows-latest' }}
56
- run : ./mvnw test -B -D"license.skip=true" -D"jacoco.skip=true" $CI_ONLY_TEST_GROUPS $ARG_LINE
53
+ run : ./mvnw test -B -D"license.skip=true" -D"jacoco.skip=true" -D"excludedGroups=" $ARG_LINE
57
54
- name : Test with Maven
58
55
if : ${{ matrix.os == 'windows-latest' && matrix.java == '11' }}
59
56
run : ./mvnw test -B -D"license.skip=true" -D"jacoco.skip=true" -D"argLine=--illegal-access=permit"
You can’t perform that action at this time.
0 commit comments