Skip to content

Commit

Permalink
Added texts to compiled MIBs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Nov 4, 2024
1 parent aed8ea2 commit dd5c7d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
poetry build
- name: Test
run: |
poetry run mibdump NET-SNMP-EXAMPLES-MIB
poetry run mibdump IF-MIB
poetry run mibdump LEXTUDIO-TEST-MIB
poetry run mibdump CISCO-ENHANCED-IPSEC-FLOW-MIB
poetry run mibdump --generate-mib-texts NET-SNMP-EXAMPLES-MIB
poetry run mibdump --generate-mib-texts IF-MIB
poetry run mibdump --generate-mib-texts LEXTUDIO-TEST-MIB
poetry run mibdump --generate-mib-texts CISCO-ENHANCED-IPSEC-FLOW-MIB
poetry run pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=com --cov-report=xml --cov-report=html
- name: Test summary
uses: test-summary/action@v2
Expand Down

0 comments on commit dd5c7d2

Please sign in to comment.