mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
changes ci.yml
This commit is contained in:
parent
42c8981656
commit
8b8a94ede9
1 changed files with 3 additions and 6 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -32,9 +32,6 @@ jobs:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
path: target/**
|
path: target/**
|
||||||
|
|
||||||
- name: Run Unit Tests
|
|
||||||
run: mvn test
|
|
||||||
|
|
||||||
- name: Run Unit Tests and Generate Coverage
|
- name: Run Unit Tests and Generate Coverage
|
||||||
run: mvn test jacoco:report
|
run: mvn test jacoco:report
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue