ubsuny / 23-Homework7G2

MIT License
0 stars 9 forks source link

Removed Unit Test Run Command and Fixed Action Files Names #50

Closed WildJimmy closed 11 months ago

WildJimmy commented 11 months ago

The unit test .yml file always attempts to run a unit test file named tests.py that does not exist https://github.com/ubsuny/23-Homework7G2/blob/dd8eb5b5f328ad947ecca1edeb38c96e8dac04f8/.github/workflows/Unittesting.yml#L21 causing the run to always fail. I have just removed this since we aren't unit testing for this project. I also fixed the .yml file names while I was at it. Please look it over and consider accepting it!

WildJimmy commented 11 months ago

@AhmedCode99 is this good? If not I can just close the request but I'm curious if this change is warranted