Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ jobs:
version: 2.84.2

- name: Start local Supabase
run: supabase start -x realtime,storage-api,imgproxy,mailpit,postgres-meta,studio,edge-runtime,logflare,vector,supavisor
# storage-api + edge-runtime are included (not in -x): the peer-notebook
# tests need Storage and the intelligence-pipeline/branch-workers tests
# invoke edge functions.
run: supabase start -x realtime,imgproxy,mailpit,postgres-meta,studio,logflare,vector,supavisor

- name: Run test suite
run: pnpm test
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/validate-pr.yml

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"improvement-loop:dry": "tsx scripts/agents/run-improvement-loop.ts --dry-run --verbose",
"improvement-loop:verbose": "tsx scripts/agents/run-improvement-loop.ts --verbose",
"check:event-types": "tsx scripts/check-event-type-parity.ts",
"validate:pr": "tsx scripts/validate-pr-description.ts",
"test:behavioral": "tsx scripts/agents/test-behavioral-contracts.ts",
"test:behavioral:variance": "tsx scripts/agents/test-behavioral-contracts.ts --variance-only",
"check:lint": "oxlint -c oxlint.json src/",
Expand Down
64 changes: 0 additions & 64 deletions scripts/__tests__/validate-pr-description.test.ts

This file was deleted.

Loading
Loading