Skip to content

Commit b738e1a

Browse files
committed
build: composer install dependencies on jenkins
1 parent d265e13 commit b738e1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ cd ./docker
88
docker-compose up --build -d
99
cd ../
1010

11+
# Install packages
12+
docker exec -i sourcetoad_logger_php /usr/local/bin/composer install
13+
1114
# test process
1215
docker exec -i sourcetoad_logger_php ./vendor/bin/phpunit

0 commit comments

Comments
 (0)