1
0
Fork 0

chore(workflows): Build core plugins prior to tests

This commit is contained in:
joostdecock 2023-09-08 13:02:18 +02:00
parent d04e29389b
commit 1d4cbe8d85

View file

@ -45,7 +45,7 @@ jobs:
env: env:
CI: true CI: true
- name: Build core plugins - 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 - name: Run all tests
run: npm run testall run: npm run testall
- name: Upload to codecov.io - name: Upload to codecov.io