Skip to content

Commit 4b02a3f

Browse files
authored
Update ci.yml
1 parent 05bcd7b commit 4b02a3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Setup Maven
5252
run: cp .ci.settings.xml ${HOME}/.m2/settings.xml
5353

54-
- name: Test
55-
if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
56-
run: mvn --batch-mode clean install
54+
# - name: Test
55+
# if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
56+
# run: mvn --batch-mode clean install
5757

5858
- name: Linter
5959
if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'

0 commit comments

Comments
 (0)