Skip to content

Commit

Permalink
separate python test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 15, 2024
1 parent d5d06e2 commit fc06335
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ jobs:
cache: 'poetry'
- name: Install dependencies
run: poetry install --all-extras -v
- name: run tests
- name: run python tests
run: poetry run tox -e py
poetry run tox -e report
- name: run python test report
run: poetry run tox -e report
docker-build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fc06335

Please sign in to comment.