Skip to content

Commit

Permalink
Retry with or true
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher David committed Dec 1, 2023
1 parent b2cd625 commit 408171c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 408171c

Please sign in to comment.