Skip to content

Commit

Permalink
fix workflow (via #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
baev authored Sep 10, 2021
1 parent b2b97b7 commit 130b7a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,10 @@ jobs:
${{ matrix.composer-options }}

- name: Run tests
if: ${{ matrix.php-version != '8.1' }}
run: composer test

- name: Run tests (experimental)
if: ${{ matrix.php-version == '8.1' }}
continue-on-error: true
run: composer test

0 comments on commit 130b7a9

Please sign in to comment.