Skip to content

Commit f1a07a2

Browse files
committed
Fix? playwright install
Signed-off-by: Gerald Hoxha <gerald.hoxha@devoteam.com>
1 parent e4f2877 commit f1a07a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
node-version: ">=18.0"
1616
- name: Install packages
1717
run: npm ci
18+
- name: Install playwright
19+
run: npx install playwright
1820
- name: Run Tests
1921
run: npm test
2022

0 commit comments

Comments
 (0)