mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
only build/run junit tests when sonarcloud completes
This commit is contained in:
parent
f4d40dcc44
commit
3afc611627
1 changed files with 4 additions and 4 deletions
8
.github/workflows/junit.yml
vendored
8
.github/workflows/junit.yml
vendored
|
@ -9,10 +9,10 @@
|
|||
name: JUnit with Maven
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
workflow_run:
|
||||
workflows: ["SonarCloud analysis"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue