diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 67d8ee1..e4e4afd 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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