angular-schule / angular-cli-ghpages

🚀 Deploy your 🅰️Angular app to GitHub pages, Cloudflare Pages or any other Git repo directly from the Angular CLI! Available on NPM.
https://www.npmjs.com/package/angular-cli-ghpages
MIT License
951 stars 96 forks source link

Add one more step to run tests and deploy only if tests are passing #184

Closed kirbah closed 4 months ago

kirbah commented 4 months ago

There might be lots of different tests. This example is based on Angular 17 suggestion - https://angular.dev/guide/testing#testing-in-continuous-integration

With separate steps it should be easier to figure out what is failed.