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