File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments