ci: Disable extra logging during tests
This commit is contained in:
parent
5d0115f029
commit
b41cbe86b8
1
.github/workflows/server-build.yml
vendored
1
.github/workflows/server-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user