File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
learn-pr/github/github-actions-ci/includes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Imagine that your organization has 10 microservices. All 10 microservices need t
115
115
- Lint code
116
116
- Deploy to a specific environment
117
117
118
- Without reusable workflows, every repo contains duplicated logic that list the repeated steps in each workflow.
118
+ Without reusable workflows, every repo contains duplicated logic that lists the repeated steps in each workflow.
119
119
120
120
If you use reusable workflows :
121
121
@@ -316,7 +316,7 @@ The following table describes common workflow failure scenarios:
316
316
|--------|--------------|
317
317
| A step fails and returns `command not found`l | Missing dependency or wrong setup |
318
318
| `npm install` fails. | Corrupt `package-lock.json` file or a network issue |
319
- | A test step failsl | 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 |
320
320
| `Permission denied` appears. | Incorrect file permissions or missing secrets |
321
321
322
322
# # Identify how to access workflow logs in GitHub
You can’t perform that action at this time.
0 commit comments