ci: Add APPSMITH_ENVFILE_PATH to server workflow (#20848)
This is needed for writing tests using the Env API.
This commit is contained in:
parent
2b55ec50fb
commit
a9cdffeb87
1
.github/workflows/server-build.yml
vendored
1
.github/workflows/server-build.yml
vendored
|
|
@ -133,6 +133,7 @@ jobs:
|
|||
APPSMITH_ENCRYPTION_SALT: "salt"
|
||||
APPSMITH_IS_SELF_HOSTED: false
|
||||
APPSMITH_AUDITLOG_ENABLED: true
|
||||
APPSMITH_ENVFILE_PATH: /tmp/dummy.env
|
||||
run: |
|
||||
mvn --batch-mode versions:set \
|
||||
-DnewVersion=${{ steps.vars.outputs.version }} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user