From 903732f67ded4f227173ddfb621ab95f4e13decf Mon Sep 17 00:00:00 2001 From: Marvin Buchmann Date: Mon, 7 Oct 2024 09:34:20 +0200 Subject: [PATCH] [TASK] Add tests to CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d2a86..55d4b76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,3 +58,6 @@ jobs: run: | git status git status | grep -q "nothing to commit, working tree clean" + + - name: Tests + run: composer t3g:test:php