Skip to content

Commit

Permalink
Refactor pytests.yml and test_windows.py for Snort installation on Wi…
Browse files Browse the repository at this point in the history
…ndows
  • Loading branch information
bengo237 committed Sep 11, 2024
1 parent 08774f4 commit 89db3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snort-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Snort tests
on: [push, pull_request]

jobs:
run-pytest:
run-tests:
runs-on: ${{ matrix.os }}

strategy:
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Run tests (Windows)
if: matrix.os == 'windows-latest'
run: |
& "C:\\Program Files\\PowerShell\\7\\pwsh.exe" -ExecutionPolicy Bypass -File $env:GITHUB_WORKSPACE/scripts/test_windows.ps1
Start-Process powershell -ArgumentList "-File scripts/tests/test.ps1" -Verb RunAs

0 comments on commit 89db3c9

Please sign in to comment.