Skip to content

Commit

Permalink
fix(ci): update cypress action vers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zweihander-Main committed Jun 28, 2024
1 parent ebfc1b2 commit 4b703b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: pnpm install --frozen-lockfile

- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
browser: chrome
start: npm run serve
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test:watch": "vitest --watch",
"test:debug": "node --inspect-brk ./node_modules/jest/vitest.mjs --runInBand --watch",
"test:e2e": "is-ci-cli test:e2e:run test:e2e:dev",
"test:e2e:run": "DEBUG=start-server-and-test CYPRESS_PROD_BUILD=true start-server-and-test serve http-get://localhost:4321 cy:run",
"test:e2e:dev": "CYPRESS_PROD_BUILD=false start-server-and-test dev http-get://localhost:4321 cy:open",
"test:e2e:dev:prod": "CYPRESS_PROD_BUILD=true start-server-and-test serve http-get://localhost:4321 cy:open",
"test:e2e:run": "CYPRESS_PROD_BUILD=true start-server-and-test serve http://localhost:4321 cy:run",
"test:e2e:dev": "CYPRESS_PROD_BUILD=false start-server-and-test dev http://localhost:4321 cy:open",
"test:e2e:dev:prod": "CYPRESS_PROD_BUILD=true start-server-and-test serve http://localhost:4321 cy:open",
"cy:run": "cypress run --env type=cli",
"cy:open": "cypress open --env type=browser",
"lint": "run-p lint:js lint:css lint:format lint:svelte lint:astro",
Expand Down

0 comments on commit 4b703b6

Please sign in to comment.