Skip to content

Commit 78a0c8b

Browse files
committed
fix(e2e): update workflow verification query for new table locations
The namespaces table moved from metaschema_public.namespace to constructive_infra_public.platform_namespaces (module-resolved).
1 parent 2484588 commit 78a0c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-provisioning-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
echo "DB bootstrap complete."
139139
140140
echo "=== Verify seed data ==="
141-
psql -c "SELECT name FROM metaschema_public.namespace;"
141+
psql -c "SELECT name FROM constructive_infra_public.platform_namespaces;"
142142
psql -c "SELECT name, image FROM constructive_compute_public.platform_function_definitions;"
143143
144144
# ── Start kubectl proxy ─────────────────────────────────────────────

0 commit comments

Comments
 (0)