Skip to content

Merge branch 'dependabot/npm_and_yarn/processor/postcss-8.4.31' of ht… #1022

Merge branch 'dependabot/npm_and_yarn/processor/postcss-8.4.31' of ht…

Merge branch 'dependabot/npm_and_yarn/processor/postcss-8.4.31' of ht… #1022

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'