Skip to content

Commit

Permalink
trying pytest ini
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 19, 2024
1 parent a3186f6 commit 3ae23d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added .github/pytest.ini
Empty file.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- name: setup pytest.ini
run: mv .github/pytest.ini pytest.ini
- name: Run tests
env:
PYTEST_ADDOPTS: "--cov=aim --cov-report=term:skip-covered"
run: poetry run pytest
- name: ls
run: ls

0 comments on commit 3ae23d5

Please sign in to comment.