Skip to content

Commit 5c29fc8

Browse files
authored
Merge pull request #589 from splitio/ci-remove-deploy
Update ci.yml
2 parents d7c7aa6 + c7fb749 commit 5c29fc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)