diff options
-rw-r--r-- | .github/workflows/phpunit.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 95c09f2..347e795 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -37,6 +37,7 @@ jobs: - name: Run Tests run: composer run test -- --coverage-text env: + CI: true MYSQL_HOST: 127.0.0.1:${{ job.services.mysql.ports['3306'] }} MYSQL_USERNAME: root MYSQL_PASSWORD: password |