chore: use node test runner (#11574)

This commit is contained in:
Nikolay Vitkov
2024-01-03 10:57:25 +01:00
committed by GitHub
parent 613f7162d7
commit 16becdbc3b
11 changed files with 66 additions and 67 deletions

View File

@@ -427,7 +427,7 @@ jobs:
run: |
npm run unit -w puppeteer-core -w puppeteer --if-present
ng-schematics-tests:
ng-schematics-unit:
name: '[Required] Angular Schematics tests'
runs-on: ubuntu-latest
needs: check-changes
@@ -445,7 +445,7 @@ jobs:
env:
PUPPETEER_SKIP_DOWNLOAD: true
- name: Run tests
run: npm run test --workspace @puppeteer/ng-schematics
run: npm run unit --workspace @puppeteer/ng-schematics
ng-schematics-smoke-tests:
name: Angular Schematics smoke tests on ${{ matrix.os }}