We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15def13 commit 298be04Copy full SHA for 298be04
.github/workflows/run-tests.yml
@@ -48,6 +48,12 @@ jobs:
48
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
49
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
50
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
57
- name: List Installed Dependencies
58
run: composer show -D
59
0 commit comments