You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/assignments/hw4-25.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,8 @@ Please provide a link to your merged commit.
185
185
186
186
### 8. Create a continuous integration pipeline to run your test cases
187
187
188
+
*This is a group exercise. Only one person should PR the workflow file, and others should review.*
189
+
188
190
To ensure the quality of our codebase, we want to make sure that your code passes all its test cases after every checkin. If the tests fail, we should reject the checkin.
189
191
190
192
To setup our CI workflow, first, create a workflows subdirectory in .github. Then create a new file called ci.yml in workflows/.
0 commit comments