mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +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:
|
||||
target/ # Path to the build artifacts (typically 'target/' for Maven)
|
||||
|
||||
|
||||
# Static Code Analysis with Checkstyle
|
||||
- name: Static Code Analysis with Checkstyle
|
||||
run: |
|
||||
|
@ -56,7 +55,7 @@ jobs:
|
|||
run: |
|
||||
# Run JaCoCo report generation
|
||||
mvn jacoco:report
|
||||
|
||||
|
||||
# Store code coverage reports
|
||||
- name: Archive Code Coverage Reports
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Reference in a new issue