Skip to content

Merge branch 'ag/partinfo-healthcheck' of https://github.com/kitspace… #951

Merge branch 'ag/partinfo-healthcheck' of https://github.com/kitspace…

Merge branch 'ag/partinfo-healthcheck' of https://github.com/kitspace… #951

Workflow file for this run

name: Test frontend
on:
push:
paths:
- 'frontend/**'
defaults:
run:
working-directory: frontend
jobs:
test_frontend:
runs-on: ubuntu-20.04
steps:
- name: Setup Node 16
uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/checkout@v3
- run: 'yarn install'
- run: 'yarn vitest --run'