Skip to content

Commit

Permalink
test: improve cypress testing process
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Dec 20, 2020
1 parent ddcc24c commit 672cce2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ jobs:
*/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- uses: cypress-io/github-action@v2
with:
config-file: cypress.json
start: yarn dev
wait-on: http://localhost:8080
wait-on-timeout: 60
- run: yarn test:run


build:
Expand Down

0 comments on commit 672cce2

Please sign in to comment.