Skip to content

Commit

Permalink
Add json-server to CI (winnieoursbrun#12)
Browse files Browse the repository at this point in the history
* Add json-server to CI

* yarn serve no progress

* update cypress action

* without 2>/dev/null
  • Loading branch information
winnieoursbrun authored Apr 5, 2021
1 parent 5c68a5e commit 80d1bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run Json-server
run: cd json-server && json-server --watch db.js --routes routes.json -p 8081 -q &
- name: Cypress run
uses: cypress-io/github-action@v2.2.7
uses: cypress-io/github-action@v2.9.10
with:
start: yarn serve
wait-on: http://localhost:8080/
Expand Down

0 comments on commit 80d1bec

Please sign in to comment.