diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 326a412..419a6a5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -102,9 +102,6 @@ jobs: continue-on-error: true run: ./vendor/bin/php-cs-fixer fix --diff --dry-run -v - - name: Run tests - run: ./vendor/bin/phpunit - # https://github.com/php-coveralls/php-coveralls - name: Upload coverage report to Coveralls if: github.event_name == 'push' && github.repository == 'D3strukt0r/votifier-client-php' && matrix.test_with_coverage == 1