From 1f30cf58099fc80ed0e14d1de276ed05dca8cfef Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Thu, 13 Feb 2020 16:56:08 +0800 Subject: [PATCH] Enable Composer scripts for browser tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61217a48a..3d6239c2c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -90,7 +90,7 @@ jobs: unzip rainlab-dusk.zip -d plugins/rainlab mv plugins/rainlab/dusk-plugin-master plugins/rainlab/dusk - name: Install Composer dependencies - run: composer install --no-interaction --no-progress --no-suggest --no-scripts + run: composer install --no-interaction --no-progress --no-suggest - name: Run post-update Composer scripts run: php artisan package:discover - name: Reset October modules