From 685309f6412f9027e55bd5da922d16261b539b34 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Fri, 25 Aug 2023 01:36:18 -0500 Subject: [PATCH] Update workflows --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d0f3b9b..48d4e1b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -93,8 +93,10 @@ jobs: with: php: ${{ matrix.php }} coverage: pcov - - run: vendor/bin/pest --order-by random --fail-on-risky --stop-on-defect --coverage --parallel - - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4 + - if: matrix.php == '8.1' + run: vendor/bin/pest --order-by random --fail-on-risky --stop-on-defect --coverage --parallel + - if: matrix.php == '8.1' + uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4 with: directory: ./coverage/ flags: unittestsvalidate