Skip to content

Commit

Permalink
chore: update cypress actions env
Browse files Browse the repository at this point in the history
  • Loading branch information
chinhld12 committed Aug 9, 2024
1 parent 2362f87 commit 79392d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v4
with:
build: pnpm build
build: pnpm build:test
start: pnpm start
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"dev": "next",
"build": "next build",
"build:test": "NEXT_PUBLIC_API_MOCKING=enabled next build",
"analyze": "ANALYZE=true pnpm build",
"start": "next start",
"test": "jest",
Expand Down

0 comments on commit 79392d6

Please sign in to comment.