diff --git a/.github/workflows/ecs.yml b/.github/workflows/ecs.yml index 457a20c..6674b7e 100644 --- a/.github/workflows/ecs.yml +++ b/.github/workflows/ecs.yml @@ -114,4 +114,4 @@ jobs: continue-on-error: true run: | bin/console cache:warmup --env=test - vendor/bin/ecs check ${{ github.workspace }}/lib/test-bundle/src/SeoBundle --config ${{ github.workspace }}/lib/test-bundle/ecs.php \ No newline at end of file + vendor/bin/ecs check ${{ github.workspace }}/lib/test-bundle/src --config ${{ github.workspace }}/lib/test-bundle/ecs.php \ No newline at end of file