ci: Disable telemetry in ci-test (#20614)
This commit is contained in:
parent
57a4931457
commit
a3fb818c7c
3
.github/workflows/ci-test.yml
vendored
3
.github/workflows/ci-test.yml
vendored
|
|
@ -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
|
||||
run: echo "run_result=success" >> $GITHUB_OUTPUT > ~/run_result
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user