Skip to content

Commit bc1394e

Browse files
authored
Merge pull request #404 from dotkernel/alexmerlin-patch-1
Update pre-run.sh
2 parents dad3d07 + 316adcf commit bc1394e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.laminas-ci/pre-run.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,5 @@ COMMAND=$(echo "${JOB}" | jq -r '.command')
55
echo "Running pre-run $COMMAND"
66

77
if [[ ${COMMAND} =~ phpunit ]];then
8-
98
apt-get install php"${PHP_VERSION}"-sqlite3
10-
11-
cp config/autoload/local.php.dist config/autoload/local.php
12-
cp config/autoload/local.test.php.dist config/autoload/local.test.php
13-
149
fi

0 commit comments

Comments
 (0)