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 8d52c63 commit 4e259b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .laminas-ci/pre-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ COMMAND=$(echo "${JOB}" | jq -r '.command')

echo "Running $COMMAND"

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

php -i | grep sqlite
#php -i | grep sqlite

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

0 comments on commit 4e259b7

Please sign in to comment.