mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: use node test runner (#11574)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user