AL-Go
AL-Go copied to clipboard
Split build job into build and test job
See https://github.com/orgs/microsoft/projects/521/views/1?pane=issue&itemId=20938099.
- [x] Add new project setting,
splitBuildAndTest
, to indicate that building and testing an AL-Go project will be done in separate jobs - [x] Generate YAML test job for each build job that contains projects for which
splitBuildAndTest
is set to true. E.g. Test1 jobs tests projects, built in Build1 job. - [ ] Create reusable workflow, e.g. _TestALGoProject, to run the tests for an AL-Go project.