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 05bcd7b commit 4b02a3fCopy full SHA for 4b02a3f
.github/workflows/ci.yml
@@ -51,9 +51,9 @@ jobs:
51
- name: Setup Maven
52
run: cp .ci.settings.xml ${HOME}/.m2/settings.xml
53
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
+# - name: Test
+# if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
+# run: mvn --batch-mode clean install
57
58
- name: Linter
59
if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
0 commit comments