Skip to content

Commit 2c1c194

Browse files
committed
Update GitHub Actions workflow to modify the test execution command for web-test-runner, switching from npx to a direct node command for improved clarity and functionality.
1 parent a1dd193 commit 2c1c194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
node node_modules/playwright/install.js
4444
- name: Run tests
4545
run: |
46-
npx web-test-runner test/*.test.js --coverage --node-resolve
46+
node ./node_modules/@web/test-runner/dist/test-runner.js test/*.test.js --coverage --node-resolve
4747
test_win:
4848
name: "Windows"
4949
runs-on: windows-latest

0 commit comments

Comments
 (0)