change(ui): fix yml file blocking commands

This commit is contained in:
nick-delirium 2023-01-19 14:56:43 +01:00 committed by Delirium
parent 6e6f7fb449
commit 60ce83d534

View file

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