1
0
Fork 0

chore(workflows): Build core plugins prior to tests

This commit is contained in:
joostdecock 2023-09-08 12:58:55 +02:00
parent c94ab04be1
commit d04e29389b

View file

@ -44,6 +44,8 @@ jobs:
run: yarn install
env:
CI: true
- name: Build core plugins
run: "cd plugins/core-plugins && npm build && cd -"
- name: Run all tests
run: npm run testall
- name: Upload to codecov.io