mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
changes ci.yml
This commit is contained in:
parent
42c8981656
commit
8b8a94ede9
1 changed files with 3 additions and 6 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -22,19 +22,16 @@ jobs:
|
|||
|
||||
- name: Install Dependencies
|
||||
run: mvn dependency:resolve
|
||||
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn clean install
|
||||
|
||||
|
||||
- name: Upload Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: target/**
|
||||
|
||||
- name: Run Unit Tests
|
||||
run: mvn test
|
||||
|
||||
|
||||
- name: Run Unit Tests and Generate Coverage
|
||||
run: mvn test jacoco:report
|
||||
|
||||
|
|
Loading…
Reference in a new issue