Skip to content

Commit

Permalink
Update blt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl authored Dec 6, 2023
1 parent 4beaee4 commit 79ac28c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ jobs:
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run pytest
uses: pavelzw/pytest-action@v2
with:
verbose: true
emoji: true
job-summary: true
custom-arguments: '-q'
run: |
poetry run make test
click-to-expand: true
report-title: 'Test Report'

0 comments on commit 79ac28c

Please sign in to comment.