Skip to content

Commit 951046d

Browse files
committed
try cypress action
1 parent 3412417 commit 951046d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ jobs:
3131
- run: npm run build
3232
- run: npm run cy:run
3333
# - run: npm test
34-
- run: npm run serve-http && npm run e2e-ci
34+
- name: Cypress e2e run
35+
uses: cypress-io/github-action@v6
36+
with:
37+
start: npm run serve-http
38+
# - run: npm run serve-http && npm run e2e-ci
3539
- name: Upload E2E Test Report
3640
uses: actions/upload-artifact@v4
3741
if: always()

0 commit comments

Comments
 (0)