Skip to content

Commit 419b0f9

Browse files
authored
Adds RUN_CS_CHECK as a valid env var (#53)
1 parent 953bda3 commit 419b0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_test_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ if [ "${RUN_DEPLOYMENT_TESTS}" = "true" ] \
7171
configure_gcloud
7272
fi
7373

74-
if [ "${RUN_CS_FIXER}" = "true" ]; then
74+
if [ "${RUN_CS_FIXER}" = "true" ] || [ "${RUN_CS_CHECK}" = "true" ]; then
7575
install_php_cs_fixer
7676
fi

0 commit comments

Comments
 (0)