Skip to content

Commit

Permalink
Enhance PyTest workflow to display codemapper codemap on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneholloman committed Nov 23, 2024
1 parent 5566a11 commit cd63c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
env:
PYTHONPATH: src
run: |
pytest -v tests/test_codemapper.py
pytest -v tests/test_codemapper.py || (cat ./_codemaps/codemapper_codemap.md && exit 1)

0 comments on commit cd63c2c

Please sign in to comment.