post-gen-project work on tests, GH actions and docs
Opened this issue · 2 comments
turbomam commented
post-gen-project work on tests, GH actions and docs
turbomam commented
don't see a test rule in https://github.com/cmungall/mixs-source/blob/main/Makefile
turbomam commented
unittests-n-commits
Run # find linkml_model -name __pycache__ -exec rm -rf {} \;
# find linkml_model -name __pycache__ -exec rm -rf {} \;
git add --force docs linkml_model
if [[ ! -z $(git status -s .) ]]
then
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m 'Updating generated outputs' .
git push
fi
shell: /usr/bin/bash -e {0}
env:
pythonLocation: /opt/hostedtoolcache/Python/3.8.12/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.12/x64/lib
fatal: pathspec 'linkml_model' did not match any files
Error: Process completed with exit code 128.