Update composer dependencies (#15167)

This commit is contained in:
Jellyfrog
2023-07-26 22:24:37 +02:00
committed by GitHub
parent cd0d839ce0
commit 1a6fe2bff7
4 changed files with 72 additions and 115 deletions

View File

@@ -139,10 +139,10 @@ jobs:
run: |
composer install --prefer-dist --no-interaction --no-progress
-
name: Artisan dusk:update
name: Artisan dusk:chrome-driver
if: matrix.skip-web-check != '1'
run: |
php artisan dusk:update --detect
php artisan dusk:chrome-driver --detect
-
name: Copy seeded config
run: cp "${GITHUB_WORKSPACE}/tests/testing_config.yaml" "${GITHUB_WORKSPACE}/database/seeders/config/"