mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Run lint in parallel with runtests-parallel (#52945)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -39,7 +39,8 @@ jobs:
|
||||
- run: npm ci
|
||||
|
||||
- name: Tests
|
||||
run: npm run test -- --bundle=${{ matrix.bundle }}
|
||||
# run tests, but lint separately
|
||||
run: npm run test -- --no-lint --bundle=${{ matrix.bundle }}
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user