I'm trying to complete second module exercise. I've completed the second step and the workflow passed. But I'm not sure why I'm not receiving next step to proceed. #1120
Replies: 2 comments
-
You need to fix the readme file syntax from _ to * on line Create workflows that enable you to use Continuous Integration (CI) for your projects. in readme file on the ci branch then it will update to next step and keep the file from workflow file from step 1 same |
Beta Was this translation helpful? Give feedback.
-
Did you get the build error in the merge box? GitHub really doesn't like the YAML in this workflow, and if you don't get it exactly right the tests don't run so you never see the build error. Following the build error is what leads you to the solution, so you need to run the right tests to trigger the error before you can move on. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to complete second module exercise. I've completed the second step and the workflow passed. But I'm not sure why I'm not receiving next step to proceed.
Beta Was this translation helpful? Give feedback.
All reactions