chore(gitlab-ci): ensure frontend:test is run before deploy
This commit is contained in:
parent
e508277496
commit
61dbc85821
@ -249,6 +249,7 @@ deploy:uniworx3:
|
||||
- yesod:build
|
||||
- yesod:test # For sanity
|
||||
- hlint # For sanity
|
||||
- frontend:test # For sanity
|
||||
before_script:
|
||||
- apt-get update -y
|
||||
- apt-get install -y --no-install-recommends openssh-client
|
||||
|
||||
Loading…
Reference in New Issue
Block a user