Skip to content

Commit

Permalink
Sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Feb 20, 2025
1 parent e0f8015 commit 75c635e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bin/ci/build-phar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75c635e

Please sign in to comment.