Skip to content

Commit 442afad

Browse files
authored
Update 2-github-actions-workflows-ci.md
1 parent f648e7a commit 442afad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/github/github-actions-ci/includes/2-github-actions-workflows-ci.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ The following table describes common workflow failure scenarios:
314314

315315
| Symptom | Likely cause |
316316
|--------|--------------|
317-
| A step fails and returns `command not found`l | Missing dependency or wrong setup |
317+
| A step fails and returns `command not found`. | Missing dependency or wrong setup |
318318
| `npm install` fails. | Corrupt `package-lock.json` file or a network issue |
319-
| A test step fails | Unit test issues, missing configuration file, or invalid test syntax |
319+
| A test step fails. | Unit test issues, missing configuration file, or invalid test syntax |
320320
| `Permission denied` appears. | Incorrect file permissions or missing secrets |
321321

322322
## Identify how to access workflow logs in GitHub
@@ -368,7 +368,7 @@ If an error occurs or if a test fails, a red X instead of a green checkmark appe
368368

369369
At the beginning of this module, you considered a scenario in which you need to set up CI for your team of developers. The Node.js template is a great start, but you want to customize it to better suit your team's requirements. You want to target different versions of Node.js and different operating systems. You also want the build and test steps to be separate jobs.
370370

371-
Here's an example of how of a customized workflow:
371+
Here's an example of a customized workflow:
372372

373373
```yml
374374
strategy:

0 commit comments

Comments
 (0)