mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
55 stars 155 forks source link

HW: Test Badge Not Showing Up In Forked Repo #448

Closed baron-zeng closed 1 year ago

baron-zeng commented 1 year ago

Hello,

For the html tag homework, the test badge is nowhere to be found on the forked page even though I have forked it, cloned it to the lambda server, and then did the add/commit/push with my relevant edits. It shows that I am one commit ahead, but there is no test badge.

Screen Shot 2023-02-06 at 11 56 38 PM

I made sure to change the README file in all four instances where it says mikeizbick to my own github username as shown below.

Screen Shot 2023-02-06 at 11 57 42 PM

Any assistance would be greatly appreciated.

Best, Baron

mikeizbicki commented 1 year ago

The most likely cause for this is that you have not run any github actions. (You can verify that by clicking on the actions tab.) Actions will only run when you push to github, so if you have to enable them, you will also have to push another commit to github to get the actions to run.

baron-zeng commented 1 year ago

Thanks Mike! Your suggestion worked.