Skip to content

Commit 9b81281

Browse files
committed
turn off db tests for now
1 parent fc77617 commit 9b81281

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/db-tests.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
name: Database Tests
1+
# name: Database Tests
22

3-
on: push
3+
# on: push
44

5-
jobs:
6-
test-db:
7-
runs-on: ubuntu-latest
5+
# jobs:
6+
# test-db:
7+
# runs-on: ubuntu-latest
88

9-
env:
10-
SUPABASE_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
11-
PROJECT_ID: ${{ secrets.PROJECT_ID }}
12-
SUPABASE_DATABASE_PASSWORD: ${{ secrets.DATABASE_PASSWORD }}
9+
# env:
10+
# SUPABASE_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
11+
# PROJECT_ID: ${{ secrets.PROJECT_ID }}
12+
# SUPABASE_DATABASE_PASSWORD: ${{ secrets.DATABASE_PASSWORD }}
1313

14-
steps:
15-
- uses: actions/checkout@v3
16-
with:
17-
persist-credentials: false
18-
fetch-depth: 0
14+
# steps:
15+
# - uses: actions/checkout@v3
16+
# with:
17+
# persist-credentials: false
18+
# fetch-depth: 0
1919

20-
- uses: actions/setup-node@v3
21-
with:
22-
node-version: 16
20+
# - uses: actions/setup-node@v3
21+
# with:
22+
# node-version: 16
2323

24-
- uses: supabase/setup-cli@v1
25-
with:
26-
version: latest
24+
# - uses: supabase/setup-cli@v1
25+
# with:
26+
# version: latest
2727

28-
- run: supabase link --project-ref $PROJECT_ID
28+
# - run: supabase link --project-ref $PROJECT_ID
2929

30-
- run: supabase db start
30+
# - run: supabase db start
3131

32-
- run: supabase test db --debug
32+
# - run: supabase test db --debug

0 commit comments

Comments
 (0)