Skip to content
Open
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
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: ci
on:
push:
pull_request:

jobs:
Expand All @@ -13,6 +12,7 @@ jobs:
nodeVersion: 16
- run: yarn codegen
- run: yarn workspace app run build

lint:
runs-on: ubuntu-latest
steps:
Expand All @@ -21,3 +21,12 @@ jobs:
with:
nodeVersion: 16
- run: yarn workspace app run lint

integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: supabase/setup-cli@v1
with:
version: 1.0.0
- run: supabase start
48 changes: 0 additions & 48 deletions data/supabase/00-initial-schema.sql

This file was deleted.

145 changes: 0 additions & 145 deletions data/supabase/01-auth-schema.sql

This file was deleted.

116 changes: 0 additions & 116 deletions data/supabase/02-storage-schema.sql

This file was deleted.

Loading