Fix CI
This commit is contained in:
parent
614e4a780a
commit
450bddf900
3 changed files with 7 additions and 6 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
- name: Lint frontend
|
||||
run: |
|
||||
cd plugin
|
||||
cd frontend
|
||||
npm ci
|
||||
npm run lint
|
||||
if [[ $(git status --porcelain) ]]; then
|
||||
|
|
@ -59,6 +59,6 @@ jobs:
|
|||
|
||||
- name: Test frontend
|
||||
run: |
|
||||
cd plugin
|
||||
cd frontend
|
||||
npm ci
|
||||
npm run test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue