Bug Report
Steps to Reproduce:
- Look at the build file
build-node.yml and check what steps it is running.
Expected Result:
The build should run an npm t as well as npm ci
Actual Result:
Only nom ci is being executed so none of the UI tests are being executed as part of the build