From c049665a311266685468145a29a42511f04d38b9 Mon Sep 17 00:00:00 2001 From: Leonardo Reynoso <128936819+LeonardoRRC@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:52:59 -0500 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 3 --- 1 file changed, 3 deletions(-) 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