Skip to content

Commit

Permalink
Update back-end.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Feb 19, 2024
1 parent 6f47cef commit 196de14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 196de14

Please sign in to comment.