build: web: test should wait for format-check (#4134)

This commit is contained in:
6543 2024-09-20 22:24:22 +02:00 committed by GitHub
parent eebaa10d10
commit e52dfc92e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: