Skip to content

Commit

Permalink
Functional test testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-pok committed Jul 10, 2024
1 parent f76581a commit 4967c6a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install tox-gh-actions
pip install libsonata
pip install mock
pip install pytest
pip install tables
- name: Run tox
- name: Run pytest
run: |
tox -e functional
pytest -vv tests/functional
- name: Upload to codecov
if: ${{matrix.python-version == '3.10'}}
Expand Down

0 comments on commit 4967c6a

Please sign in to comment.