ZupIT / beagle-web-components

Project: Produto - Beagle
Apache License 2.0
0 stars 0 forks source link

Run tests on a schedule #47

Open Tiagoperes opened 3 years ago

Tiagoperes commented 3 years ago

Create a GitHub action to run the tests on Angular 9 on a Schedule.

The beagle-web-core and beagle-angular versions should be download directly from their respective master branches.

If the test fails an e-mail should be sent to every CODEOWNER. Please review the CODEOWNERS file.

This action should also be triggered before releasing a version of beagle web core or beagle-angular. But I dont't even know if this is possible.

igorgiumellizup commented 3 years ago

@Tiagoperes, the angular9 test script was created and it doesn't take long to run. Because of that, I think we should trigger it by pull requests, so it wouldn't need scheduling and e-mail sending.