put web server in background

This commit is contained in:
2022-11-15 19:11:45 -06:00
parent 05edd07f08
commit bacbb87776

View File

@ -23,6 +23,7 @@ jobs:
- run:
name: Start web server
command: npm run start
background: true
- run:
name: Run cypress tests
command: |