Skip to content

Commit 10fb28a

Browse files
committed
Update web-test-runner version in GitHub Actions workflow to ensure compatibility and improve test execution reliability.
1 parent 575a089 commit 10fb28a

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
@@ -47,7 +47,7 @@ jobs:
4747
playwright install-deps
4848
- name: Run tests
4949
run: |
50-
npx web-test-runner test/*.test.js --coverage --node-resolve
50+
npx @web/test-runner@0.13.15 test/*.test.js --coverage --node-resolve
5151
test_win:
5252
name: "Windows"
5353
runs-on: windows-latest

0 commit comments

Comments
 (0)