We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953bda3 commit 419b0f9Copy full SHA for 419b0f9
scripts/install_test_deps.sh
@@ -71,6 +71,6 @@ if [ "${RUN_DEPLOYMENT_TESTS}" = "true" ] \
71
configure_gcloud
72
fi
73
74
-if [ "${RUN_CS_FIXER}" = "true" ]; then
+if [ "${RUN_CS_FIXER}" = "true" ] || [ "${RUN_CS_CHECK}" = "true" ]; then
75
install_php_cs_fixer
76
0 commit comments