Skip to content

Commit

Permalink
Add build classes for unit tests to use
Browse files Browse the repository at this point in the history
  • Loading branch information
phoughton committed May 25, 2024
1 parent d2013d2 commit fe9a322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade -r build_requirements.txt
# Run our unit tests
- name: Run shell script
run: ./build_classes_from_xsds.bsh
- name: Run unit tests
run: |
python -m pytest -s
Expand Down

0 comments on commit fe9a322

Please sign in to comment.