This PR updates our CI workflow to automatically test the Angular and Angular Standalone starter app spec/e2e tests.
The following changes have been made in support of this:
The workflow matrix explicitly lists each app to test. This is not necessary, but this will significantly speed up the overall run time. Otherwise we'll have to build and test 8 tests sequentially.
This PR updates our CI workflow to automatically test the Angular and Angular Standalone starter app spec/e2e tests.
The following changes have been made in support of this: