updated frontend workflow
This commit is contained in:
parent
e013cf1e07
commit
7f701c55b0
1 changed files with 3 additions and 2 deletions
5
.github/workflows/frontend-tests.yaml
vendored
5
.github/workflows/frontend-tests.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue