diff --git a/.github/workflows/snort-tests.yml b/.github/workflows/snort-tests.yml index b2034f9..74431e5 100644 --- a/.github/workflows/snort-tests.yml +++ b/.github/workflows/snort-tests.yml @@ -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' @@ -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