Skip to content

Commit 0c73925

Browse files
committed
GHA - Further cleanup
1 parent 348df6e commit 0c73925

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@ jobs:
2323
cache: ${{ matrix.cache }}
2424
distribution: ${{ matrix.distribution }}
2525
java-version: ${{ matrix.java }}
26-
- name: Allow tests for TestcontainersTests
27-
run: echo 'ARG_LINE=-D"excludedGroups=RequireIllegalAccess"' >> $GITHUB_ENV
2826
- name: Test with Maven
29-
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" -D"jacoco.skip=true" $ARG_LINE
27+
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true"

0 commit comments

Comments
 (0)