Skip to content

Commit 29d4db0

Browse files
committed
WIP
1 parent ab699ab commit 29d4db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install NPM dependencies
4343
run: |
4444
npm install
45-
npm run playright -- install
45+
npm run playwright -- install
4646
4747
- name: Unit Tests
4848
run: composer test:unit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "tests"
88
},
99
"scripts": {
10-
"playright": "playright"
10+
"playwright": "playwright"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)