Skip to content

Commit

Permalink
Test whether turning off Defender works
Browse files Browse the repository at this point in the history
  • Loading branch information
myitcv committed Mar 21, 2023
1 parent 67c24d0 commit 8b71de3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- windows-2019
runs-on: ${{ matrix.os }}
steps:
- run: Set-MpPreference -DisableRealtimeMonitoring $true
if: runner.os == 'Windows'
shell: powershell
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8b71de3

Please sign in to comment.