Skip to content

Commit

Permalink
fix: run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Apr 10, 2022
1 parent 837aef2 commit b8a3eab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
- name: Install dependencies
if: steps.cached-venv.outputs.cache-hit != 'true'
run: poetry install
- name: Run tests
run: poetry run pytest -v
- name: Check formatting
run: poetry run black --check pynbs
run: poetry run black --check pynbs tests
- name: Release
if: |
github.repository == 'OpenNBS/pynbs'
Expand Down

0 comments on commit b8a3eab

Please sign in to comment.