diff --git a/.env.example b/.env.example index ef48c3bc9d..a98011bb3d 100644 --- a/.env.example +++ b/.env.example @@ -57,4 +57,4 @@ APPSMITH_MAIL_SMTP_TLS_ENABLED= #APPSMITH_SENTRY_ENVIRONMENT= # Configure cloud services -# APPSMITH_CLOUD_SERVICES_BASE_URL \ No newline at end of file +# APPSMITH_CLOUD_SERVICES_BASE_URL="https://release-cs.appsmith.com" \ No newline at end of file diff --git a/.github/workflows/client-test.yml b/.github/workflows/client-test.yml index 231976f008..c89e1a66fe 100644 --- a/.github/workflows/client-test.yml +++ b/.github/workflows/client-test.yml @@ -297,7 +297,7 @@ jobs: - name: Return status for ui-matrix run: | - if [[${{ needs.ui-test.result }} == "success" ]]; then + if [["${{ needs.ui-test.result }}" == "success" ]]; then exit 0 else exit 1