Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed May 28, 2023
1 parent 97b719c commit f9bfb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
- name: Run QA checks
run: make qa
- name: Run tests suite
run: poetry run pytest --cov-report xml --cov machina
run: poetry run pytest
env:
DB: ${{ matrix.db }}

0 comments on commit f9bfb52

Please sign in to comment.