Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post-gen-project work on tests, GH actions and docs #20

Open
turbomam opened this issue Jan 19, 2022 · 2 comments
Open

post-gen-project work on tests, GH actions and docs #20

turbomam opened this issue Jan 19, 2022 · 2 comments
Assignees

Comments

@turbomam
Copy link
Collaborator

No description provided.

@turbomam turbomam self-assigned this Jan 19, 2022
@turbomam
Copy link
Collaborator Author

@turbomam
Copy link
Collaborator Author

turbomam commented Jan 19, 2022

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 "[email protected]"
    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant