Skip to content

Merge branch 'dependabot/npm_and_yarn/frontend/ws-8.17.1' of https://… #1192

Merge branch 'dependabot/npm_and_yarn/frontend/ws-8.17.1' of https://…

Merge branch 'dependabot/npm_and_yarn/frontend/ws-8.17.1' of https://… #1192

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
uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/checkout@v4
- run: 'yarn install'
- run: 'yarn vitest --run'