ubsuny / 23-Homework5G3

MIT License
0 stars 9 forks source link

Unit Testing Action Needs Unit Test File #68

Open WildJimmy opened 10 months ago

WildJimmy commented 10 months ago

Make sure that when you create your unit test file, you actually run this file instead of the placeholder name in your unit testing action, as on line https://github.com/ubsuny/23-Homework5G3/blob/3a512c708d97a7901024b7ff9f9a55622daf0e0c/.github/workflows/Unittesting.yml#L21 otherwise your unit test won't automatically run!

uarif commented 10 months ago

Please deal with this. @LinxuanHu thank you,

uarif commented 10 months ago

@WildJimmy thanks for pinting out

LinxuanHu commented 10 months ago

thanks for the info