Skip to content

Commit e429b3d

Browse files
Add playwright to NodeJS dependencies
1 parent e1c9085 commit e429b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Install NodeJS dependencies
3636
run: |
3737
npm install
38+
npm install playwright
39+
npx playwright install
3840
3941
- name: Install Composer dependencies
4042
run: composer install --no-interaction --prefer-dist --optimize-autoloader

0 commit comments

Comments
 (0)