Merge branch 'dependabot/npm_and_yarn/frontend/babel/traverse-7.23.2'… #1029
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |