From 7aa68f086dbd6e86218a166f72320ea9d49ea953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= <1150563+jbelien@users.noreply.github.com> Date: Sun, 15 Sep 2024 16:15:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 44a17002f..1811def6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Run checks run: vendor/bin/grumphp run --testsuite=check - name: Run test suite - run: vendor/bin/phpunit + run: vendor/bin/simple-phpunit node-build: runs-on: ubuntu-latest