From c67c6759a8dadafbd3dce97e78c94076ab88704c Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Mon, 22 Mar 2021 23:28:16 +0100 Subject: [PATCH] Try without unit tests --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd82176..9b32593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,10 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: php-actions/composer@v5 - name: PHPUnit Tests - uses: php-actions/phpunit@v6 + uses: php-actions/composer@v5 with: bootstrap: vendor/autoload.php php_version: 7.1 - version: 1 configuration: phpunit.xml args: --coverage-text \ No newline at end of file