From a37633958b64bded331190950423bb82e4a42ad7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 19 Aug 2023 08:46:23 +0100 Subject: [PATCH] build-configs(update) --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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