kaizendorks/pymongo_inmemory
Update testing GitHub Action to check for differences in poetry.lock
Offen
#26 geöffnet am 31.05.2020
good first issuetesting
Repository-Metriken
- Stars
- (53 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
It is easy to forget to update poetry.lock file after changing something in the pyproject.toml file. There should be a step in testing workflow that
- Gets a hash of the lock file right after the checkout and saves into an environment variable
- Runs
poetry update - Gets the hash again and compares with the previous hash
- If results are different, then breaks the workflow.
Acceptance Criteria
- Steps to verify correctness of
poetry.lockfile is added totestingGitHub Action