installs & caches dependencies
runs tests
stores test results as an artifact & on github pages for ease of viewing. URL to this is attached when the GithubAction is run
Note: This requires some changes at the Github Repository level to enable Github Pages
github.com//paphos-backend/settings/pages
set to 'deploy from branch'
using branch: 'gh-pages' on folder '/ (root)'
installs & caches dependencies runs tests stores test results as an artifact & on github pages for ease of viewing. URL to this is attached when the GithubAction is run
Note: This requires some changes at the Github Repository level to enable Github Pages github.com//paphos-backend/settings/pages
set to 'deploy from branch' using branch: 'gh-pages' on folder '/ (root)'