Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinashworth authored Jan 27, 2021
1 parent 3bf0205 commit 808abb0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
# See: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

Expand Down Expand Up @@ -27,12 +26,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
# Install NPM dependencies, cache them correctly and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm start
wait-on: 'http://localhost:4004'
wait-on-timeout: 120

start: npm start:ci
wait-on: 'http://localhost:4004'
wait-on-timeout: 120

0 comments on commit 808abb0

Please sign in to comment.