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 Dec 1, 2024
1 parent f42be44 commit 40d7f18
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 @@ -103,7 +103,7 @@ jobs:
echo "::endgroup::"
composer exec -- phpcbf --standard=vendor/slevomat/coding-standard/SlevomatCodingStandard \
--sniffs=SlevomatCodingStandard.TypeHints.DeclareStrictTypes src/ \
|| test "$?" = 1 && git diff
|| test "$?" = 1 && git diff -- src/
-
name: "Execute unit tests"
#run: "composer exec -- phpunit"
Expand Down

0 comments on commit 40d7f18

Please sign in to comment.