It will create a single continuous integration workflow and perform everything in it
Setup environment
Install the packages
Build the environment
Cache dependencies
Testing
Even if one is failed the successive steps will not run and it will report failure. This is easy to track which step failed instead of which action failed.
⭐ Suggestion
This is same as https://github.com/EddieHubCommunity/good-first-issue-finder/issues/383
It will create a single continuous integration workflow and perform everything in it
Even if one is failed the successive steps will not run and it will report failure. This is easy to track which step failed instead of which action failed.
💻 Use Cases
No response
❌ Related Problems
No response