You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes the test pipeline by addressing several issues:
1. **`tput` error:** The `TERM` variable was not set in the test environment, causing `tput` to fail. This has been fixed by setting `TERM=xterm` in the `jury/render-the-verdict.sh` script.
2. **"Command not found" errors:** The tests were being run from the `jury/` directory, which caused the relative paths to the screensaver scripts to be incorrect. The `jury/render-the-verdict.sh` script has been modified to run the tests from the root of the repository, which resolves these errors.
0 commit comments