diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7f335c..d667f84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: just composer install --quiet --no-progress - just _run php phpcs - just _run php phpstan analyze --no-progress --memory-limit=512M just test --testdox --colors=always + + just _run php phpcs + just _run php phpstan analyze --no-progress --memory-limit=512M \ No newline at end of file