mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
[update] run clean before tests
This commit is contained in:
parent
14f84d4285
commit
e700598bdf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pull-request.yml
vendored
3
.github/workflows/pull-request.yml
vendored
|
@ -39,8 +39,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Run tests w/ Gradle
|
||||
run: ./gradlew test
|
||||
run: ./gradlew clean test
|
||||
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue