From 408171cbaace3931e917ce8d2d6b4db4a03af6ea Mon Sep 17 00:00:00 2001 From: Christopher David Date: Fri, 1 Dec 2023 11:46:25 -0600 Subject: [PATCH] Retry with or true --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 37425fdc3..1a9e03df0 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -62,7 +62,7 @@ jobs: DB_USERNAME: root DB_PASSWORD: password run: | - vendor/bin/pest --testdox > test-summary.txt + vendor/bin/pest --testdox > test-summary.txt || true echo "TEST_EXIT_CODE=$?" >> $GITHUB_ENV - name: Comment PR on Test Result if: always() && github.event_name == 'pull_request'