Skip to content

Commit

Permalink
[bitnami/supabase-studio] Update tests for Supabase Studio 0.24.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jota Martos <jotamartos@vmware.com>
  • Loading branch information
jotamartos committed Apr 15, 2024
1 parent 8be9d67 commit f6d4fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .vib/supabase-studio/goss/supabase-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

command:
list-run-operations:
exec: cd /opt/bitnami/supabase/apps/studio; timeout --preserve-status 5 npm run start || true
exec: cd /opt/bitnami/supabase/; timeout --preserve-status 5 /opt/bitnami/node/bin/node apps/studio/server.js || true
timeout: 8000
exit-status: 0
stdout:
- "next start"
- "Ready"
2 changes: 1 addition & 1 deletion .vib/supabase-studio/goss/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ directories:
- /opt/bitnami/supabase/apps/studio/.next/static
files:
- paths:
- /opt/bitnami/supabase/package-lock.json
- /opt/bitnami/supabase/package.json
root_dir: /opt/bitnami
sed_in_place:
exclude_paths:
Expand Down

0 comments on commit f6d4fba

Please sign in to comment.