Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add unittest_requirements and functest_requirements templates
script.sh assumes the file is present, but nothing creates it, resulting in failed pipelines: cmd_stdin_prefix bash -c "cat > /tmp/unittest_requirements.txt" < unittest_requirements.txt .github/workflows/scripts/script.sh: line 103: unittest_requirements.txt: No such file or directory Fixes: 9547cdf
- Loading branch information