Skip to content

Commit

Permalink
Move commands to cypress-io/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 20, 2023
1 parent 3727c79 commit e171b21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yml
Expand Up @@ -16,6 +16,8 @@ jobs:
cd test-app
npm install
npm install vite-svg-loader --save-dev
npm run build
npm run preview
- uses: cypress-io/github-action@v6
with:
working-directory: test-app
build: npm run example:build
start: npm run example:preview

0 comments on commit e171b21

Please sign in to comment.