Skip to content

Commit

Permalink
testing pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed May 10, 2024
1 parent c3031c6 commit 1e97e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- name: Run PyTest
run: |
pip install pytest
pytest tests/test_mock_db.py --data-path=data/metadata/mini

0 comments on commit 1e97e22

Please sign in to comment.