We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa60690 commit 3be1d72Copy full SHA for 3be1d72
buildspec.test.yml
@@ -4,7 +4,8 @@ phases:
4
runtime-versions:
5
php: '7.3'
6
commands:
7
- - docker-compose build -f docker-compose.unittest.yml
+ # pre-build custom image/container
8
+ - docker-compose build -f docker-compose.unittest.yml unittest-php73
9
# install using integrated composer
10
- docker-compose -f docker-compose.unittest.yml run --no-deps unittest-php73 composer update
11
# alternatively: install on agent, w/o platform checks
@@ -20,7 +21,7 @@ phases:
20
21
post_build:
22
23
# just for safety, cleanup.
- - docker-compose stop -f docker-compose.unittest.yml
24
+ - docker-compose stop -f docker-compose.unittest.yml
25
26
reports:
27
test-report:
0 commit comments