Skip to content

Commit 23825c6

Browse files
committed
fix ci
1 parent 9a08db0 commit 23825c6

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,14 @@ jobs:
316316
- name: Start Supabase
317317
run: supabase start
318318

319+
- name: Create storage bucket for tests
320+
run: |
321+
SERVICE_ROLE_KEY="$(supabase status --output json | jq -r '.SERVICE_ROLE_KEY')"
322+
curl -X POST 'http://127.0.0.1:54321/storage/v1/bucket' \
323+
-H "Authorization: Bearer $SERVICE_ROLE_KEY" \
324+
-H 'Content-Type: application/json' \
325+
-d '{"id": "test-bucket", "name": "test-bucket", "public": true}'
326+
319327
- name: Install dependencies and run tests
320328
run: |
321329
cd test/integration/bun

supabase/.temp/cli-latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.33.9
1+
v2.40.7

test/integration/bun/bun.lockb

7.52 KB
Binary file not shown.

0 commit comments

Comments
 (0)