ColeMK / kaleidoscope

49595OSS Senior Design
MIT License
2 stars 1 forks source link

Introduced Unit Tests, YAML executes on all branches when there is a push #11

Closed WillStonebridge closed 9 months ago

WillStonebridge commented 9 months ago

Added two unit tests. One tests the time it takes for the homepage to return a response (we want this to be under 5 seconds). The second compares the contents of the homepage to what they should be.

Lastly, the YML workflow now executes on all branches whenever there is a push.

ColeMK commented 9 months ago

Linter included in this issue and PR