diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87cd8b1..434d874 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: run: php examples/process.php - name: Run tests - run: vendor/bin/phpunit ${{ matrix.phpunit-flags }} + run: vendor/bin/phpunit ${{ matrix.phpunit-flags }} || ${{ matrix.continue-on-error }} - name: Run static analysis run: vendor/bin/psalm.phar