ci: Disable extra logging during tests

This commit is contained in:
Shrikant Sharat Kandula 2023-12-06 06:00:46 +05:30 committed by GitHub
parent 5d0115f029
commit b41cbe86b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,7 @@ jobs:
APPSMITH_ENCRYPTION_SALT: "salt"
APPSMITH_IS_SELF_HOSTED: false
APPSMITH_ENVFILE_PATH: /tmp/dummy.env
APPSMITH_VERBOSE_LOGGING_ENABLED: false
run: |
if [[ "${{ inputs.skip-tests }}" == "true" ]]
then