Skip to content

build(deps-dev): bump typescript from 5.0.2 to 5.1.6 in /backend #306

build(deps-dev): bump typescript from 5.0.2 to 5.1.6 in /backend

build(deps-dev): bump typescript from 5.0.2 to 5.1.6 in /backend #306

name: Tests Frontend
on: [push]
jobs:
vitest-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Compile
run: cd frontend && yarn
- name: Build
run: cd frontend && yarn build
- name: Vitest run
run: cd frontend && yarn test