Skip to content

fix project url

fix project url #157

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