File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 23
23
cache : ${{ matrix.cache }}
24
24
distribution : ${{ matrix.distribution }}
25
25
java-version : ${{ matrix.java }}
26
- - name : Setup skip tests that require illegal reflective access ubuntu
27
- if : ${{ matrix.os == 'ubuntu-latest' }}
28
- run : echo 'ARG_LINE=-D"excludedGroups=RequireIllegalAccess" -Xmx2048m -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar' >> $GITHUB_ENV
29
- - name : Setup skip tests that require illegal reflective access not ubuntu
30
- if : ${{ matrix.os != 'ubuntu-latest' }}
31
- run : echo 'ARG_LINE=-D"excludedGroups=TestcontainersTests,RequireIllegalAccess" -Xmx2048m -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar' >> $GITHUB_ENV
26
+ - name : Allow tests for TestcontainersTests
27
+ run : echo 'ARG_LINE=-D"excludedGroups=RequireIllegalAccess"' >> $GITHUB_ENV
32
28
- name : Test with Maven
33
29
run : ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" -D"jacoco.skip=true" $ARG_LINE
You can’t perform that action at this time.
0 commit comments