mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update composer dependencies (#15167)
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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/"
|
||||
|
Reference in New Issue
Block a user