Skip to content

Commit

Permalink
test run
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Feb 27, 2024
1 parent 69a3fef commit 52fb84e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
build: yarn build
start: yarn start
command: "yarn cypress:open"
command: "yarn test:e2e"
working-directory: client
install: false
env:
Expand Down
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open",
"test:e2e": "cypress run --headless --browser chrome"
},
"dependencies": {
Expand Down Expand Up @@ -57,7 +58,7 @@
"rooks": "7.14.1",
"tailwind-merge": "2.2.1",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "1.0.7",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.3",
"vaul": "0.9.0",
"zod": "^3.21.4"
Expand Down

0 comments on commit 52fb84e

Please sign in to comment.