File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,16 @@ pipeline {
23
23
stage(' Test' ) {
24
24
steps {
25
25
sh ' docker-compose -f docker/docker-compose-4.2.yml run client php vendor/bin/phpunit'
26
+ sh ' docker-compose -f docker/docker-compose-4.2.yml down'
26
27
sh ' docker-compose -f docker/docker-compose-4.1.yml run client php vendor/bin/phpunit'
28
+ sh ' docker-compose -f docker/docker-compose-4.1.yml down'
27
29
sh ' docker-compose -f docker/docker-compose-4.0.yml run client php vendor/bin/phpunit'
30
+ sh ' docker-compose -f docker/docker-compose-4.0.yml down'
28
31
sh ' docker-compose -f docker/docker-compose-3.5.yml run client php vendor/bin/phpunit'
29
- sh ' docker-compose -f docker/docker-compose-2.3.yml run client php vendor/bin/phpunit'
32
+ sh ' docker-compose -f docker/docker-compose-3.5.yml down'
33
+ // sh 'docker-compose -f docker/docker-compose-2.3.yml run client php vendor/bin/phpunit'
30
34
sh ' docker-compose -f docker/docker-compose-php-7.4.yml run client php vendor/bin/phpunit'
35
+ sh ' docker-compose -f docker/docker-compose-php-7.4.yml down'
31
36
}
32
37
}
33
38
}
You can’t perform that action at this time.
0 commit comments