In this lab, you will manually run the Continuous Integration workflow and review the generated logs.
Any time an event is triggered that workflows are looking for, they will be invoked. You can also invoke workflows manually from the GitHub.com UI or via the API.
-
In your browser, navigate to your repository on GitHub
-
Click the "Actions" tab
-
Click the "Continuous Integration" workflow
-
Ensure the main branch is selected
-
Click the "Run workflow" button
A new workflow run will be started.
-
Click the workflow run
-
Click the Continuous Integration step
-
Review the output of each of the following steps
- Checkout
- Setup Node.js
- Install Dependencies
- Check Format
- Lint
- Test
If you're having trouble with any of the steps, you can ask for help in the meeting chat.

