Commit bbc6c30b authored by Joe Ziemba's avatar Joe Ziemba
Browse files

background start command

parent 3cac791e
......@@ -67,7 +67,9 @@ jobs:
key: v2-dependencies-{{ checksum "package.json" }}
- run: npm run build
- run: npm start
- run:
command: npm start
background: true
- run: npm run e2e:chrome
e2e-firefox:
docker:
......@@ -98,7 +100,9 @@ jobs:
key: v2-dependencies-{{ checksum "package.json" }}
- run: npm run build
- run: npm start
- run:
command: npm start
background: true
- run: npm run e2e:ff
workflows:
end-to-end-tests:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment