diff --git a/.github/workflows/backend-test.yml b/.github/workflows/backend-test.yml index 7b4c09b46c..8ab114e87f 100644 --- a/.github/workflows/backend-test.yml +++ b/.github/workflows/backend-test.yml @@ -42,4 +42,4 @@ jobs: mkdir frontend/build && cd backend && touch windmill-api/openapi-deref.yaml && DATABASE_URL=postgres://postgres:changeme@postgres:5432/windmill cargo - --features enterprise test --all -- --nocapture + test --all --features enterprise -- --nocapture diff --git a/frontend/src/lib/components/WorkspaceGroup.svelte b/frontend/src/lib/components/WorkspaceGroup.svelte index f18a03cbb3..20dd6c3f93 100644 --- a/frontend/src/lib/components/WorkspaceGroup.svelte +++ b/frontend/src/lib/components/WorkspaceGroup.svelte @@ -17,6 +17,7 @@ dedicated_worker?: string worker_tags?: string[] } + export let top: boolean let nconfig: any = config ? config.worker_tags != undefined || config.dedicated_worker != undefined @@ -76,7 +77,7 @@ >