Skip to content

chore(deps): Bump tornado from 6.4.1 to 6.4.2 in /server (#101) #166

chore(deps): Bump tornado from 6.4.1 to 6.4.2 in /server (#101)

chore(deps): Bump tornado from 6.4.1 to 6.4.2 in /server (#101) #166

Workflow file for this run

name: Run Tests (Frontend)
on: [push]
jobs:
vite-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
working-directory: client
- run: npm run lint
working-directory: client
- run: npm run build
working-directory: client
- run: npm test
working-directory: client