Skip to content

feat(sync): approve new devices without recovery keys #391

feat(sync): approve new devices without recovery keys

feat(sync): approve new devices without recovery keys #391

Workflow file for this run

# https://supabase.com/docs/guides/deployment/ci/testing
on:
push:
branches:
- main
paths:
- supabase/**
pull_request:
paths:
- supabase/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: supabase/setup-cli@v1
with:
version: latest
- run: supabase db start
- run: supabase test db