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
|
name: JUnit with Maven
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches: [ "main" ]
|
workflows: ["SonarCloud analysis"]
|
||||||
pull_request:
|
types:
|
||||||
branches: [ "main" ]
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue