Updated to move composer install to entry point

parent 5ed0f0f7
......@@ -26,7 +26,6 @@ install:
- docker-compose version
- docker-compose up --build -d
- docker ps -a
- docker exec -it php_test composer install --prefer-source --no-interaction
script:
- docker-compose up
#!/usr/bin/env bash
sleep 3 && php ./vendor/bin/phpunit
sleep 3 && composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment