From cdccf219d535dbe80d8e50f3a38e58962a169696 Mon Sep 17 00:00:00 2001 From: fet1sov Date: Thu, 27 Jun 2024 17:12:54 +0500 Subject: [PATCH] CI: Skip the exit code for phpcs (#6) Resolves task: CI/CD: Configure workflows #6 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fc2e2c..53784ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,7 @@ jobs: - name: PHP Code Sniffer uses: php-actions/phpcs@v1 + continue-on-error: true with: php_version: 8.2 path: www/