20-20REENVISIONED / Refactored-fortune-teller

Fortune telling app for CSE 112 Spring 2024
https://20-20reenvisioned.github.io/Refactored-fortune-teller/
0 stars 0 forks source link

Run Tests on all branches; Update Github Action Dependencies #13

Closed hhcoxatucsd closed 5 months ago

hhcoxatucsd commented 5 months ago

These commits fixes the issue where Jest tests only run on the live site (meaning no automated testing for other branches and no possibility of catching problems before changes are pushed to users).

In addition, caching of the npm dependencies has been implemented for the Github action runners.

Finally I also updated actions/checkout to use version 4.