simpeg / aurora

software for processing natural source electromagnetic data
MIT License
13 stars 2 forks source link

Debugging with github actions #240

Closed kkappler closed 5 days ago

kkappler commented 1 year ago
  1. Restricting Tests: Looks like gh-actions commands from the yaml file are executed as if the shell were in the main directory of the repo.
    Thus replace, for example: pytest -s -v --cov=./ --cov-report=xml --cov=aurora with, for example: pytest -s -v tests/parkfield/test*py --cov=./ --cov-report=xml --cov=aurora

  2. Running gh-actions locally

kkappler commented 1 year ago

When debugging is complete, if the commit is to be tagged, a good tutorial on using bumpversion is here

kkappler commented 5 days ago

Closing this as no action is required.