From 1bc0ea19c6ea7e535410e8520bda0ea98e269cb0 Mon Sep 17 00:00:00 2001 From: Anna Reiter Date: Thu, 16 Apr 2026 17:25:27 +0200 Subject: [PATCH] [TASK] Call in CI-Job for Unit tests the composer script --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72f25f4a..cb598e1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: composer show; - name: Run Tests - run: ./vendor/bin/phpunit + run: composer check:tests:unit static-analysis: name: Static Analysis