mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 19:35:14 +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:
|
test:
|
||||||
depends_on:
|
depends_on:
|
||||||
- install-dependencies
|
- install-dependencies
|
||||||
|
- format-check # wait for it else test artifacts are falsely detected as wrong
|
||||||
image: *node_image
|
image: *node_image
|
||||||
directory: web/
|
directory: web/
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue