From afed2806c6b131bc5c83f4e76d1f529fabc890aa Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Sun, 22 Jun 2025 11:02:01 +0200 Subject: [PATCH] disable env check for ci there seems to be no other way *shrug* --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index e99d0cd..62b2226 100755 --- a/ci.sh +++ b/ci.sh @@ -6,4 +6,4 @@ php artisan migrate:fresh npm clean-install npm run build XDEBUG_MODE=coverage nice php artisan test --without-tty --coverage-html /var/www/coverage/alttp/php -nice npm run test -- --coverage --coverage.reportsDirectory /var/www/coverage/alttp/js --coverage.reporters html --coverage.include 'resources/js/**' +LARAVEL_BYPASS_ENV_CHECK=1 nice npm run test -- --coverage --coverage.reportsDirectory /var/www/coverage/alttp/js --coverage.reporters html --coverage.include 'resources/js/**' -- 2.39.5