Skip to content

Merge pull request #28 from cw-yashiro/feature/25_add-VRT #9

Merge pull request #28 from cw-yashiro/feature/25_add-VRT

Merge pull request #28 from cw-yashiro/feature/25_add-VRT #9

Workflow file for this run

name: frontend-test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
working-directory: './frontend'
run: yarn
- name: Vitest unit test
working-directory: './frontend'
run: yarn test