Skip to content

Commit e08e3a6

Browse files
committed
Update GitHub Actions workflow to install additional global dependencies for web-test-runner and modify test execution command for improved clarity and functionality.
1 parent 10fb28a commit e08e3a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ jobs:
4040
run: |
4141
npm install
4242
npm install -g [email protected]
43+
npm install -g @web/[email protected] @web/[email protected]
4344
# Install browsers after playwright is installed globally
4445
- name: Install Playwright browsers
4546
run: |
4647
playwright install
4748
playwright install-deps
4849
- name: Run tests
4950
run: |
50-
npx @web/test-runner@0.13.15 test/*.test.js --coverage --node-resolve
51+
web-test-runner test/*.test.js --coverage --node-resolve
5152
test_win:
5253
name: "Windows"
5354
runs-on: windows-latest

0 commit comments

Comments
 (0)