Skip to content

Commit

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

0 comments on commit d871018

Please sign in to comment.