mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
change path
This commit is contained in:
parent
b80d549d7e
commit
f3ef975979
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: .github/workflows/reports/history/
|
||||
path: /spring-petclinic/reports/history/
|
||||
|
||||
# Static Code Analysis with Checkstyle
|
||||
- name: Static Code Analysis with Checkstyle
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: static-code-analysis-reports
|
||||
path: .github/workflows/reports/checkstyle/
|
||||
path: /spring-petclinic/reports/checkstyle/
|
||||
|
||||
# Code Coverage
|
||||
- name: Code Coverage
|
||||
|
@ -61,4 +61,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: code-coverage-reports
|
||||
path: .github/workflows/reports/jacoco/
|
||||
path: /spring-petclinic/reports/jacoco/
|
||||
|
|
Loading…
Reference in a new issue