We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342a1c4 commit f5e25edCopy full SHA for f5e25ed
run_docker_tests.sh
@@ -19,7 +19,7 @@ run_phpunit_tests() {
19
printf "\n================[ Testing PHP ${php_version}: ]=============================================\n\n"
20
21
# Build the image
22
- if ! docker compose build --no-cache "phpunit-${php_version}"; then
+ if ! docker compose build "phpunit-${php_version}"; then
23
printf "\e[31mBuild failed for PHP ${php_version}.\e[0m\n"
24
return 1
25
fi
0 commit comments