Skip to content

Commit 1c43b32

Browse files
committed
Bump
1 parent 3d88a84 commit 1c43b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
cd psalm
494494
git rev-parse HEAD
495495
php /usr/bin/composer install --no-progress --ignore-platform-reqs
496-
php vendor/bin/phpunit || EXIT_CODE=$?
496+
php vendor/bin/paratest || EXIT_CODE=$?
497497
if [ ${EXIT_CODE:-0} -gt 128 ]; then
498498
exit 1
499499
fi

0 commit comments

Comments
 (0)