chore(workflows): Build core plugins prior to tests
This commit is contained in:
parent
d04e29389b
commit
1d4cbe8d85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.all.yml
vendored
2
.github/workflows/tests.all.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Build core plugins
|
||||
run: "cd plugins/core-plugins && npm build && cd -"
|
||||
run: "cd plugins/core-plugins && npm run build && cd -"
|
||||
- name: Run all tests
|
||||
run: npm run testall
|
||||
- name: Upload to codecov.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue