Skip to content

feat: restructure the sidebar of the brains management page (#1325) #2

feat: restructure the sidebar of the brains management page (#1325)

feat: restructure the sidebar of the brains management page (#1325) #2

Workflow file for this run

name: Vitest
on:
push:
branches: [ main ]
paths:
- 'frontend/**'
pull_request:
branches: [ main ]
paths:
- 'frontend/**'
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
strategy:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: frontend/yarn.lock
- run: yarn
- run: yarn run test-unit