perf(ci): Sort CI steps by length (#4243)

*  Sort CI steps by length

* 🐛 `Build` before `test` for n8n packages
This commit is contained in:
Iván Ovejero
2022-10-10 17:46:50 +02:00
committed by GitHub
parent fdbc11a288
commit d47ff48fb6
2 changed files with 9 additions and 9 deletions

View File

@@ -27,11 +27,11 @@ jobs:
- name: Install npm and dependencies
run: npm install -g npm@latest && npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build --if-present
- name: Test
run: npm run test
- name: Lint
run: npm run lint