Skip to content

Commit

Permalink
split out tests from install, make the tests more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed May 30, 2024
1 parent 2d97c09 commit e8c735e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies and run
run: |
poetry install --no-interaction
poetry run python -m unittest
- name: Install dependencies
run: poetry install --no-interaction
- name: run tests
run: poetry run python -m unittest -v

0 comments on commit e8c735e

Please sign in to comment.