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 bc1004d commit e0669f2Copy full SHA for e0669f2
.github/workflows/test.yml
@@ -33,6 +33,6 @@ jobs:
33
- name: Install dependencies
34
run: pnpm -r i
35
- name: Build side-runner and selenium-ide
36
- run: pnpm run build
+ run: npm run build
37
- name: Run all tests
38
- run: pnpm run test
+ run: npm run test
0 commit comments