Skip to content

Commit 04f9577

Browse files
committed
Update GitHub Actions workflow to change the test execution command for web-test-runner from test-runner.js to cli.js, enhancing clarity and ensuring proper command usage.
1 parent 2c1c194 commit 04f9577

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-
node ./node_modules/@web/test-runner/dist/test-runner.js test/*.test.js --coverage --node-resolve
46+
node ./node_modules/@web/test-runner/dist/cli.js test/*.test.js --coverage --node-resolve
4747
test_win:
4848
name: "Windows"
4949
runs-on: windows-latest

0 commit comments

Comments
 (0)