ci: streamline and unify pipelines with parallelized QA and optimized Docker builds
Some checks failed
Some checks failed
This commit is contained in:
@@ -32,11 +32,9 @@ jobs:
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.REGISTRY_PASS }}
|
||||
|
||||
- name: 🔍 Lint
|
||||
run: pnpm lint
|
||||
|
||||
- name: 🏗️ Typecheck
|
||||
run: pnpm typecheck
|
||||
|
||||
- name: 🧪 Test
|
||||
run: pnpm test
|
||||
- name: 🧪 Parallel Checks
|
||||
run: |
|
||||
pnpm lint &
|
||||
pnpm typecheck &
|
||||
pnpm test &
|
||||
wait
|
||||
|
||||
Reference in New Issue
Block a user