We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3412417 commit 951046dCopy full SHA for 951046d
.github/workflows/node.js.yml
@@ -31,7 +31,11 @@ jobs:
31
- run: npm run build
32
- run: npm run cy:run
33
# - run: npm test
34
- - run: npm run serve-http && npm run e2e-ci
+ - 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
39
- name: Upload E2E Test Report
40
uses: actions/upload-artifact@v4
41
if: always()
0 commit comments