From 029739f24140e65fb5b773a5c59c615e908f76b6 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Mon, 22 Mar 2021 23:31:39 +0100 Subject: [PATCH] Just install composer without tests --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b32593..9c3d96e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: PHPUnit Tests + - name: Setup composer uses: php-actions/composer@v5 with: - bootstrap: vendor/autoload.php - php_version: 7.1 - configuration: phpunit.xml - args: --coverage-text \ No newline at end of file + php_version: 7.1 \ No newline at end of file