diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 60fc801eb3..6b1a222b1a 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -208,6 +208,7 @@ jobs: cd fatcontainerlocal 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_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \ fatcontainer @@ -561,6 +562,7 @@ jobs: APPSMITH_CLOUD_SERVICES_USERNAME: "" APPSMITH_CLOUD_SERVICES_PASSWORD: "" APPSMITH_GIT_ROOT: "./container-volumes/git-storage" + APPSMITH_AUDITLOG_ENABLED: true run: | ls -l ls -l scripts/ diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index fb3279f0a6..52c6ee03c4 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -130,6 +130,7 @@ jobs: APPSMITH_ENCRYPTION_PASSWORD: "password" APPSMITH_ENCRYPTION_SALT: "salt" APPSMITH_IS_SELF_HOSTED: false + APPSMITH_AUDITLOG_ENABLED: true run: | mvn --batch-mode versions:set \ -DnewVersion=${{ steps.vars.outputs.version }} \ diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 2d2c924275..fdf1e6fb3c 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -269,6 +269,7 @@ jobs: APPSMITH_ENCRYPTION_SALT: "salt" APPSMITH_IS_SELF_HOSTED: false APPSMITH_GIT_ROOT: "./container-volumes/git-storage" + APPSMITH_AUDITLOG_ENABLED: true working-directory: app/server run: | mvn --batch-mode versions:set \ @@ -512,6 +513,7 @@ jobs: APPSMITH_CLOUD_SERVICES_USERNAME: "" APPSMITH_CLOUD_SERVICES_PASSWORD: "" APPSMITH_GIT_ROOT: "./container-volumes/git-storage" + APPSMITH_AUDITLOG_ENABLED: true run: | ls -l ls -l scripts/ @@ -786,6 +788,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_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \ + -e APPSMITH_AUDITLOG_ENABLED=true \ fatcontainer - name: Use Node.js 16.14.0 @@ -1176,6 +1179,7 @@ jobs: APPSMITH_CLOUD_SERVICES_USERNAME: "" APPSMITH_CLOUD_SERVICES_PASSWORD: "" APPSMITH_GIT_ROOT: "./container-volumes/git-storage" + APPSMITH_AUDITLOG_ENABLED: true run: | ls -l ls -l scripts/