[bitnami/appsmith] Update GOSS tests for version 1.49.0 (part 2) (#75267)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez 2024-11-27 11:39:11 +01:00 committed by GitHub
parent 17ee19ee07
commit 30e3b40bc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ command:
- "{{ .Env.APP_VERSION }}"
- "Starting ServerApplication"
check-rts-init:
exec: cd /opt/appsmith/rts/bundle && node server.js
exec: cd /opt/appsmith/rts/bundle && timeout --preserve-status 5s node server.js || true
exit-status: 0
stdout:
- "RTS version v{{ .Env.APP_VERSION }} running"