File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,20 @@ jobs:
2121 with :
2222 fetch-depth : 2
2323
24- - name : Debug docker
25- run : docker compose --version && docker-compose -- version
24+ - name : Show docker info
25+ run : docker compose version
2626
2727 - name : Start containers
2828 run : |
2929 docker compose -f "docker-compose.yml" up -d --build
3030
31- - name : Setup PHP, with co
31+ - name : Setup PHP with composer
3232 run : |
3333 docker compose -f "docker-compose.yml" exec php composer update
3434
3535 - name : Run behat tests
3636 run : docker compose -f "docker-compose.yml" exec php composer behat
37+
38+ - name : Stop containers
39+ run : |
40+ docker compose -f "docker-compose.yml" down
Original file line number Diff line number Diff line change 1- version : " 3.7"
2-
31services :
42 php :
53 build : # Info to build the Docker image
You can’t perform that action at this time.
0 commit comments