File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,16 @@ 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'
6060 run : mvn checkstyle::check
6161
6262# - name: Deploy
63- # if: matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
63+ # if: matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
6464# run: mvn --batch-mode deploy -P test
6565
6666 - name : SonarQube Scan (Push)
You can’t perform that action at this time.
0 commit comments