Skip to content

console: move <Toaster/> to projectViewer #415

console: move <Toaster/> to projectViewer

console: move <Toaster/> to projectViewer #415

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'yarn'
- run: yarn install --immutable
- run: cd packages/types && yarn build
- run: cd packages/db && yarn test
env:
GITHUB_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }}