diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index eb46b60..21f27ed 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -196,7 +196,7 @@ jobs: - name: Get test coverage working-directory: ./application - run: php artisan test --coverage + run: XDEBUG_MODE=coverage php artisan test --coverage - name: Run migrations working-directory: ./application