Skip to content

Commit a860b15

Browse files
ci: rename e2e script to test:e2e in CI workflow and package.json
1 parent 887f773 commit a860b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run preview &
3535

3636
- name: Run e2e tests
37-
run: npm run e2e -- --headed=false
37+
run: npm run test:e2e
3838

3939
- name: Upload test results
4040
if: always()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest",
1313
"test:coverage": "vitest --coverage",
1414
"test:watch": "vitest --watch",
15-
"e2e": "playwright test"
15+
"test:e2e": "playwright test"
1616
},
1717
"dependencies": {
1818
"@tailwindcss/vite": "^4.0.14",

0 commit comments

Comments
 (0)