Skip to content

Commit 31453aa

Browse files
committed
Fix
1 parent 257d913 commit 31453aa

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
@@ -510,7 +510,7 @@ jobs:
510510
cd psalm
511511
git rev-parse HEAD
512512
php /usr/bin/composer install --no-progress --ignore-platform-reqs
513-
php ./phpunit || EXIT_CODE=$?
513+
php vendor/bin/phpunit || EXIT_CODE=$?
514514
if [ ${EXIT_CODE:-0} -gt 128 ]; then
515515
exit 1
516516
fi

0 commit comments

Comments
 (0)