mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
final update on .yml
This commit is contained in:
parent
97a261903a
commit
7bfd3b9d51
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -35,7 +35,6 @@ jobs:
|
||||||
path:
|
path:
|
||||||
target/ # Path to the build artifacts (typically 'target/' for Maven)
|
target/ # Path to the build artifacts (typically 'target/' for Maven)
|
||||||
|
|
||||||
|
|
||||||
# Static Code Analysis with Checkstyle
|
# Static Code Analysis with Checkstyle
|
||||||
- name: Static Code Analysis with Checkstyle
|
- name: Static Code Analysis with Checkstyle
|
||||||
run: |
|
run: |
|
||||||
|
@ -56,7 +55,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# Run JaCoCo report generation
|
# Run JaCoCo report generation
|
||||||
mvn jacoco:report
|
mvn jacoco:report
|
||||||
|
|
||||||
# Store code coverage reports
|
# Store code coverage reports
|
||||||
- name: Archive Code Coverage Reports
|
- name: Archive Code Coverage Reports
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in a new issue