Skip to content

Commit

Permalink
Add pytest metadata_mapper to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amywieliczka committed Sep 9, 2024
1 parent bb482d6 commit 856afad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ruff
pip install pytest
- name: Run Ruff
run: ruff check --output-format=github .
run: ruff check --output-format=github .
- name: Run tests
run: pytest metadata_mapper

0 comments on commit 856afad

Please sign in to comment.