Update main-ci.yml

This commit is contained in:
Shao Yu-Lung (Allen) 2021-04-07 14:10:12 +08:00 committed by GitHub
parent dc8a3beb4a
commit 78e17707cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
sed -i -- 's/V8JS=true/V8JS=false/g' .env
docker-compose build ${{ matrix.service }}
docker-compose up -d --no-deps -- ${{ matrix.service }}
docker exec -it -- laradock_${{ matrix.service }}_1 php -m
docker-compose exec -T -- ${{ matrix.service }} php -m
docker-compose down
build-other: