Skip to content

create EntryHistory component and place it in EntryDisplay #341

create EntryHistory component and place it in EntryDisplay

create EntryHistory component and place it in EntryDisplay #341

name: Supabase DB Vitest Tests
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: supabase/setup-cli@v1
with:
version: 1.145.4
- run: supabase start
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.0
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Run DB Tests
run: pnpm test:db:ci
# - run: pnpm -F scripts test:import # TODO: ordering needs made deterministic before we can run this