diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c9286e..d53f060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,3 +16,5 @@ jobs: - name: Run PHP Tests in src directory uses: alleyinteractive/action-test-php@develop + with: + skip-services: 'true'