Skip to content

Commit

Permalink
fix: [workflow] Testing both internal & external STIX content to impo…
Browse files Browse the repository at this point in the history
…rt to MISP
  • Loading branch information
chrisr3d committed Aug 24, 2023
1 parent 45cf435 commit 6771e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/misp-stix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest tests/test_stix*_export.py
poetry run pytest tests/test_internal_stix*_import.py
poetry run pytest tests/test_*ternal_stix*_import.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit 6771e5c

Please sign in to comment.