Skip to content

Commit

Permalink
stepping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d2f4d131d9eac6cc27e3d6245ab1476b committed Mar 26, 2024
1 parent df7ebe4 commit ae6abe2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ jobs:
- name: Test import package
run: |
python3 -c "import irrevolutions" && echo "Imported successfully" || echo "Failed to import"
- name: Test scripts
run: |
pytest -v tests/

0 comments on commit ae6abe2

Please sign in to comment.