Skip to content

Commit d349d15

Browse files
committed
fixed test
1 parent 567c287 commit d349d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docker-compose run --rm ${PHP_SERVICE} php --version
1010
docker-compose run --rm ${PHP_SERVICE} php -m | grep -i opcache
1111

1212
# check composer auth
13-
docker-compose run --rm ${PHP_SERVICE} sh -c '\
13+
docker-compose run -e GITHUB_API_TOKEN=abcd12345 --rm ${PHP_SERVICE} sh -c '\
1414
composer && \
1515
[ -f ~/.composer/auth.json ] || exit 1 \
1616
'

0 commit comments

Comments
 (0)