chore: remove husky tests from CI workflows to streamline quality checks
All checks were successful
All checks were successful
This commit is contained in:
parent
2a4c960ba4
commit
01f2b15619
|
@ -22,8 +22,6 @@ jobs:
|
|||
run: npm ci
|
||||
- name: Run Biome checks
|
||||
run: npm run quality-check
|
||||
- name: Run husky tests
|
||||
run: npm test
|
||||
if: always()
|
||||
outputs:
|
||||
status: ${{ job.status }}
|
||||
|
|
2
.github/workflows/workflow.yaml
vendored
2
.github/workflows/workflow.yaml
vendored
|
@ -20,5 +20,3 @@ jobs:
|
|||
run: npm ci
|
||||
- name: Run Biome checks
|
||||
run: npx @biomejs/biome check --apply .
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
|
Loading…
Reference in New Issue
Block a user