mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

pagila hw tests show no status #455

Closed JTan242 closed 9 months ago

JTan242 commented 9 months ago

I got all my tests to pass but when I pushed my files into GitHub it shows "Test No Status". Also when I go into actions it just says "this workflow has no runs yet." I believe I changed the badge in the README properly and changed the yaml file to run the right script, so if someone knows if I need to change anything else please let me know.

mikeizbicki commented 9 months ago

Github actions only run when you push a commit. Most likely you enabled github actions after pushing, and so nothing is being run. If you make another commit and push that commit, then the actions should run.

JTan242 commented 9 months ago

yeah that worked thanks!