diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index a05aa6d259..0ce0d9032e 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -194,6 +194,7 @@ jobs: docker run -d --name appsmith -p 80:80 -p 9001:9001 \ -v "$PWD/stacks:/appsmith-stacks" -e APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY \ -e APPSMITH_AUDITLOG_ENABLED=true \ + -e APPSMITH_DISABLE_TELEMETRY=true \ -e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \ --add-host=host.docker.internal:host-gateway \ cicontainer @@ -473,4 +474,4 @@ jobs: # Set status = success - name: Save the status of the run - run: echo "run_result=success" >> $GITHUB_OUTPUT > ~/run_result \ No newline at end of file + run: echo "run_result=success" >> $GITHUB_OUTPUT > ~/run_result