Skip to content

Commit

Permalink
reinstate tests in PR yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JLoveUOA committed Sep 11, 2024
1 parent aefad8b commit 55a37d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Black - check code formatting
run: poetry run python -m black --check --diff .

# - name: pytest - run the tests
# run: poetry run python -m pytest -v --cov=src/ tests/
- name: pytest - run the tests
run: poetry run python -m pytest -v --cov=src/ tests/

- name: pylint - static code analysis
run: poetry run python -m pylint --rcfile .pylintrc mytardis_rocrate_builder/
Expand Down

0 comments on commit 55a37d6

Please sign in to comment.