From 9a307c7e8fa9aedca7258789feeed638868e21e3 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Sun, 3 Nov 2024 02:00:22 +0300 Subject: [PATCH] test --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 76c93ca1a..cc844ffbe 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -77,7 +77,7 @@ jobs: run: vendor/bin/dusk-updater detect --auto-update - name: Execute Unit Tests - run: vendor/bin/phpunit --testsuite=Browser --no-coverage --disable-coverage-ignore --debug + run: vendor/bin/phpunit --testsuite=Browser --no-coverage --disable-coverage-ignore env: CI: true