Skip to content

Commit

Permalink
pre run hook test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed May 2, 2024
1 parent 4e259b7 commit c1d7f3e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .laminas-ci/pre-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ COMMAND=$(echo "${JOB}" | jq -r '.command')
echo "Running $COMMAND"

#pecl install sqlite
pecl install php8.2-sqlite3
#pecl install php8-sqlite3

apt-get install php8.2-sqlite3

echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"

apt-get install php8.2-sqlite

#php -i | grep sqlite

if [[ ${COMMAND} =~ phpunit ]];then
mv config/autoload/local.php.dist config/autoload/local.php
mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
mv config/autoload/local.test.php.dist config/autoload/local.test.php
fi
fi

0 comments on commit c1d7f3e

Please sign in to comment.