Skip to content

Commit 257d913

Browse files
committed
Always test psalm
1 parent b4abe9e commit 257d913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ jobs:
504504
php $GITHUB_WORKSPACE/.github/jit_check.php vendor/bin/paratest --verbose --configuration=tests/phpunit.xml --runner=WrapperRunner || exit $?
505505
506506
- name: Test Psalm
507+
if: always()
507508
run: |
508509
git clone https://github.com/vimeo/psalm --depth 1
509510
cd psalm

0 commit comments

Comments
 (0)