Skip to content

Commit 03071f2

Browse files
committed
Fixup
1 parent fc5f0e1 commit 03071f2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

bin/ci/test-with-real-projects.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ SCRIPT_DIR="$(realpath "$SCRIPT_DIR")"
88
PSALM="$(readlink -f "$SCRIPT_DIR/../../psalm")"
99
PSALM_PHAR="$(readlink -f "$SCRIPT_DIR/../../build/psalm.phar" || echo "")"
1010

11-
if [ ! -f "$PSALM_PHAR" ]; then PSALM_PHAR="$PSALM"; fi
11+
if [ ! -f "$PSALM_PHAR" ]; then
12+
PSALM_PHAR="$PSALM"
13+
cd "$SCRIPT_DIR/../../"
14+
composer update --no-dev --prefer-dist
15+
fi
1216

1317
which gsed > /dev/null && sed=gsed || sed=sed
1418

0 commit comments

Comments
 (0)