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.
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.