mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 09:51:01 +00:00
build: web: test should wait for format-check (#4134)
This commit is contained in:
parent
eebaa10d10
commit
e52dfc92e3
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ steps:
|
|||
test:
|
||||
depends_on:
|
||||
- install-dependencies
|
||||
- format-check # wait for it else test artifacts are falsely detected as wrong
|
||||
image: *node_image
|
||||
directory: web/
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue