Skip to content

Commit

Permalink
chore(ci): continue unit tests on error (#5995)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Mar 23, 2023
1 parent f4134c2 commit a7a27cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -21,6 +21,7 @@ jobs:
phpunit-filename: phpunit
name: PHP ${{ matrix.php }} Unit Test (${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Setup PHP
Expand Down

0 comments on commit a7a27cb

Please sign in to comment.