Skip to content

Commit

Permalink
Refactor Snort test for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 committed Sep 12, 2024
1 parent 31e87c0 commit a2bca82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/snort-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Run tests (Linux)
if: matrix.os == 'ubuntu-latest'
run: |
sudo $(which pytest) -vv scripts/tests/test_linux.py
sudo $(which pytest) -vv scripts/tests/test.py
- name: List files (Windows)
if: matrix.os == 'windows-latest'
Expand All @@ -94,7 +94,3 @@ jobs:
run: |
pwsh -ExecutionPolicy Bypass -File $env:GITHUB_WORKSPACE/scripts/tests/test.ps1
- name: Run tests (macOS)
if: matrix.os == 'macos-latest'
run: |
sudo python -m pytest -vv scripts/tests/test_macos.py

0 comments on commit a2bca82

Please sign in to comment.