Optimize CI Pipeline #209
Labels
enhancement
New feature or request
good first issue
Good for newcomers
setup
Initial Setup has to be done
testing
Issue related to implementing test automation
Is your feature request related to a problem? Please describe.
Inmost cases, The CI pipeline takes longer than it needs, since it runs
npm run package
which tests if the code is buildable.Describe the solution you'd like
In my opinion, it's enough to test if the application is buildable if any dependency changed (
package.json
orpackage-lock.json
was modified). If they are unchange in a PR, thenpm run package
step should be skipped.What else could be changed
Please check if it makes sense to add an automerge to the dependerbot.
Allow also.
EXXETA#123
in the commit-messageallow everything when branch starts with fix/ feature/
The text was updated successfully, but these errors were encountered: