Skip to content

Commit 1fe6cd8

Browse files
authored
Merge pull request #20 from github/peckjon-patch-7
Added debugging note if tests fail
2 parents 5137455 + 5d933a2 commit 1fe6cd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/guided-workshop/exercises/6-github-flow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Let's explore the pull request and watch the workflows run. We'll ensure the tes
8080
1. In the page displayed, note the workflow running the [end-to-end tests created earlier](./4-testing.md) and [code scanning](../exercises/1-code-scanning.md).
8181
1. When the workflows complete successfully, select **Merge pull request** to merge your changes into the **main** branch.
8282

83+
> **NOTE:** If the end-to-end test fails, click the "details" link and explore the output... most likely the Hours component is not providing the exact text the test is looking for. Adjust the component as needed, then `git add .` and `git commit -m "Fixed hours component"`. Return to the pull request page and watch the tests automatically re-run.
84+
8385
Congratulations! You've now used the GitHub flow to suggest changes, perform a review, and merge those into your codebase.
8486
8587
## Summary and next steps

0 commit comments

Comments
 (0)