From 2524092cd851325d3299846d8b3d5ffd58b64c19 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 22 May 2024 16:55:55 +0900 Subject: [PATCH] phpunit tests --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49aae29..c716d3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,11 @@ jobs: with: path: src/ configuration: phpstan.neon + # - name: PHPunit Tests + # uses: php-actions/phpunit@v3 + # with: + # version: 9 + # configuration: phpunit.xml - name: PHPunit Tests - uses: php-actions/phpunit@v3 - with: - version: 9 - configuration: phpunit.xml + run: | + vendor/bin/phpunit