Skip to content

Commit

Permalink
test: github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
hq001 committed Dec 19, 2020
1 parent 3e15409 commit f9a442c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2
- uses: cypress-io/github-action@v2
with:
config-file: cypress.json
start: yarn, yarn bootstrap, yarn dev, yarn test:run
start: yarn bootstrap, yarn dev, yarn test:run
wait-on: http://localhost:8080
wait-on-timeout: 60
build:
Expand Down

0 comments on commit f9a442c

Please sign in to comment.