diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index 752bc92..e7be595 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -39,7 +39,7 @@ jobs: ! git grep -e '\${[A-Z_a-z]' -- '*.php' '*.scss' - name: "Check source code for syntax errors" - run: "composer exec --no-interaction -- parallel-lint src/ tests/" + run: "composer exec --no-interaction -- parallel-lint src/ #tests/" unit_tests: name: "2️⃣ Unit and functional tests"