Run lint in parallel with runtests-parallel (#52945)

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
This commit is contained in:
Jake Bailey
2023-02-27 11:06:20 -08:00
committed by GitHub
parent 7a0061aa96
commit c97ddac60d
3 changed files with 14 additions and 4 deletions

View File

@@ -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