Skip to content

chore(deps): Bump cookie and socket.io in /client (#98) #162

chore(deps): Bump cookie and socket.io in /client (#98)

chore(deps): Bump cookie and socket.io in /client (#98) #162

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