Skip to content

Commit f5e25ed

Browse files
committed
removed no-cache for docker compose in test script
1 parent 342a1c4 commit f5e25ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_docker_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run_phpunit_tests() {
1919
printf "\n================[ Testing PHP ${php_version}: ]=============================================\n\n"
2020

2121
# Build the image
22-
if ! docker compose build --no-cache "phpunit-${php_version}"; then
22+
if ! docker compose build "phpunit-${php_version}"; then
2323
printf "\e[31mBuild failed for PHP ${php_version}.\e[0m\n"
2424
return 1
2525
fi

0 commit comments

Comments
 (0)