test(angular): ng15 test infrastructure (#26197)

This commit is contained in:
Sean Perkins
2022-11-03 10:40:24 -04:00
committed by GitHub
parent bb005956ea
commit 9f0b30e460
28 changed files with 28168 additions and 33 deletions

View File

@ -37,7 +37,7 @@ runs:
shell: bash
working-directory: ./angular/test
- name: Install Dependencies
run: npm install
run: npm install --legacy-peer-deps
shell: bash
working-directory: ./angular/test/build/${{ inputs.app }}
- name: Sync Built Changes

View File

@ -145,7 +145,7 @@ jobs:
strategy:
fail-fast: false
matrix:
apps: [ng12, ng13, ng14]
apps: [ng12, ng13, ng14, ng15]
needs: [build-angular, build-angular-server]
runs-on: ubuntu-latest
steps: