Skip to content

Commit

Permalink
Fix error in your yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
minimike86 committed Oct 26, 2024
1 parent dda6c43 commit 10a79c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Run tests
run: |
poetry run pytest --tb=short | tee pytest_output.txt
poetry run pytest --tb=short --disable-pytest-warnings | tee pytest_output.txt
- name: Display test results in summary
if: always()
Expand Down

0 comments on commit 10a79c0

Please sign in to comment.