webdev-20 / shorti-url-shortener

Url Shortener
http://shorti.onrender.com/
7 stars 18 forks source link

combine the cypress and jest github actions #114

Closed cherylli closed 1 year ago

cherylli commented 1 year ago

Summary

combined the 2 github actions workflow files so the tests can run sequentially, instead of in parallel.

Tests running in parallel was causing tests to fail as they are sharing the same database (testDb)