From 4684b238c26fb8dfa852b8ec0e13cf5b1ab024ed Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 16 Jul 2024 17:26:01 -0400 Subject: [PATCH] Set skip-services to true --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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'