change(ui): fix yml file blocking commands
This commit is contained in:
parent
6e6f7fb449
commit
60ce83d534
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-tests.js.yml
vendored
2
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Run unit tests
|
||||
run: npm test --if-resent
|
||||
- name: Run Frontend
|
||||
run: npm start
|
||||
run: npm start &> server.log &
|
||||
- name: Wait for frontend
|
||||
run: npx wait-on http://0.0.0.0:3333
|
||||
- name: Run visual tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue