Skip to content

Commit

Permalink
ci: use cypress-io/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Dec 23, 2020
1 parent 5a4ce67 commit 8320450
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,12 @@ jobs:
npx cypress verify
- name: Start local dev and Cypress tests
uses: cypress-io/github-action@v2
env:
CI: action
VUE_APP_CI_BASE_URL: http://112.74.169.178
run: |
echo "::group::Yarn dev"
echo fs.inotify.max_user_watches=526288 | sudo tee -a /etc/sysctl.conf && npx cross-env NODE_ENV=production vue-cli-service serve --mode browser &
echo "::endgroup::"
yarn test:run
with:
start: yarn dev


build:
Expand Down

0 comments on commit 8320450

Please sign in to comment.