Skip to content

Commit 0251d7f

Browse files
committed
fix the CI command
1 parent b036c76 commit 0251d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- run: npm install
2323
- run: npx playwright install --with-deps
2424
- run: npm run build
25-
- run: npm run test:e2e
25+
- run: npm run test

0 commit comments

Comments
 (0)