Skip to content

Commit b1f9679

Browse files
authored
Update onpush.yml (#181)
Try different steps
1 parent e539631 commit b1f9679

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/onpush.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
uses: actions/setup-java@v1
1313
with:
1414
java-version: 11
15-
- name: Build, install & test with Maven
16-
run: |
17-
cd checkstyle-config && mvn -B clean install && cd ..
18-
mvn -B clean verify
19-
cd test && mvn -B -P lint clean verify
20-
bash <(curl -s https://codecov.io/bash)
15+
- name: Build & Install checkstyle-config
16+
run: cd checkstyle-config && mvn -B clean install && cd ..
17+
- name: Build root
18+
run: mvn -B clean verify
19+
- name: Test lint
20+
run: cd test && mvn -B -P lint clean verify
21+
- name: notify CodeCov
22+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)