We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fc60e commit 00f8e77Copy full SHA for 00f8e77
2 files changed
.github/workflows/e2e.yml
@@ -22,10 +22,10 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
25
- - name: Use Node.js 20
+ - name: Use Node.js 24
26
uses: actions/setup-node@v4
27
with:
28
- node-version: 20
+ node-version: 24
29
cache: "npm"
30
31
- name: Install dependencies
@@ -62,7 +62,7 @@ jobs:
62
- name: "e2e: Run Testplane"
63
id: "testplane"
64
continue-on-error: true
65
- run: npm run test-e2e
+ run: npm run test-e2e:run-tests
66
67
- name: "e2e: Stop browser docker image"
68
run: |
.github/workflows/repl-e2e.yml
@@ -36,4 +36,4 @@ jobs:
36
run: npm run build
37
38
- name: Run REPL e2e tests
39
- run: npm run test-e2e -- --grep "REPL e2e"
+ run: npm run test-e2e-repl
0 commit comments