Skip to content

Removing extra migration file #490

Removing extra migration file

Removing extra migration file #490

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn install
- run: yarn test:ci
- run: yarn tsc