We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4abe9e commit 257d913Copy full SHA for 257d913
.github/workflows/nightly.yml
@@ -504,6 +504,7 @@ jobs:
504
php $GITHUB_WORKSPACE/.github/jit_check.php vendor/bin/paratest --verbose --configuration=tests/phpunit.xml --runner=WrapperRunner || exit $?
505
506
- name: Test Psalm
507
+ if: always()
508
run: |
509
git clone https://github.com/vimeo/psalm --depth 1
510
cd psalm
0 commit comments