updated frontend workflow

This commit is contained in:
Андрей Бабушкин 2025-05-22 14:55:09 +02:00
parent e013cf1e07
commit 7f701c55b0

View file

@ -5,8 +5,6 @@ on:
paths:
- 'frontend/**'
- '.github/workflows/frontend-test.yaml'
- 'package.json'
- 'yarn.lock'
jobs:
test:
@ -21,7 +19,10 @@ jobs:
node-version: 20
- name: Install dependencies
working-directory: frontend
run: yarn
- name: Run tests
working-directory: frontend
run: yarn test