From 75c635eddd7c0ceabb128326a86eaec29da4cd1b Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 20 Feb 2025 09:59:36 +0100 Subject: [PATCH] Sanity check --- bin/ci/build-phar.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bin/ci/build-phar.sh b/bin/ci/build-phar.sh index ee3b9028e84..f7caf33e4c2 100755 --- a/bin/ci/build-phar.sh +++ b/bin/ci/build-phar.sh @@ -18,7 +18,15 @@ fi vendor/bin/box compile --no-parallel -build/psalm.phar -v +rm -rf /tmp/psalmTest +mkdir -p /tmp/psalmTest +cd /tmp/psalmTest +composer require danog/async-orm # Just to gen the composer.json + +$OLDPWD/build/psalm.phar -v + +cd $OLDPWD +rm -rf /tmp/psalmTest if [[ "$GPG_SIGNING" != '' ]] ; then if [[ "$GPG_SECRET_KEY" != '' ]] ; then