Update build-lint-unit.yml

This commit is contained in:
Nate Kelley 2025-09-15 15:16:07 -06:00
parent 2744b15c30
commit 33c2e3babb
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ jobs:
with:
cache-key: build-lint-unit
- name: Lint all packages (excluding web)
- name: Lint all packages
run: pnpm turbo lint
env:
TURBO_CACHE_DIR: .turbo
@ -82,7 +82,7 @@ jobs:
TURBO_CACHE_DIR: .turbo
TURBO_TELEMETRY_DISABLED: 1
- name: Run all unit tests (excluding web)
- name: Run all unit tests
run: pnpm turbo test:unit
env:
TURBO_CACHE_DIR: .turbo