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 348df6e commit 0c73925Copy full SHA for 0c73925
.github/workflows/ci.yaml
@@ -23,7 +23,5 @@ jobs:
23
cache: ${{ matrix.cache }}
24
distribution: ${{ matrix.distribution }}
25
java-version: ${{ matrix.java }}
26
- - name: Allow tests for TestcontainersTests
27
- run: echo 'ARG_LINE=-D"excludedGroups=RequireIllegalAccess"' >> $GITHUB_ENV
28
- name: Test with Maven
29
- run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" -D"jacoco.skip=true" $ARG_LINE
+ run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true"
0 commit comments