Open Tiagoperes opened 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.
@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.
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.