Skip to content

Commit

Permalink
Fixed CI hang.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm authored Feb 14, 2024
1 parent 66cd874 commit 55ef4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
poetry run mibdump NET-SNMP-EXAMPLES-MIB
poetry add --group dev pytest-cov
poetry run pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
poetry run pytest --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
- name: Upload pytest test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 55ef4bd

Please sign in to comment.