Skip to content

Commit 298be04

Browse files
committed
chore(ci): add playwright to test workflow
1 parent 15def13 commit 298be04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ jobs:
4848
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4949
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5050
51+
- name: Install Node Dependencies
52+
run: npm ci
53+
54+
- name: Install Playwright with Chromium
55+
run: npx playwright install chromium --with-deps
56+
5157
- name: List Installed Dependencies
5258
run: composer show -D
5359

0 commit comments

Comments
 (0)