We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce3e7bf + edc0509 commit b818d1fCopy full SHA for b818d1f
1 file changed
.github/workflows/main.yml
@@ -51,10 +51,10 @@ jobs:
51
run: choco install ninja adobereader googlechrome firefox python3
52
53
- name: Download User Sim
54
- run: git clone https://github.com/humpalum/sim-user.git
+ run: Invoke-WebRequest https://github.com/humpalum/sim-user/releases/download/latest/5minuser.exe -OutFile .\5minuser.exe
55
56
- name: Run User Sim
57
- run: sim-user\5minuser.exe
+ run: .\5minuser.exe
58
59
- name: Check Eventcount
60
run: '$EventCount = 0 ;Get-WinEvent -ListLog Microsoft-Windows-Sysmon* | where {$_.RecordCount -gt 0} | foreach{$_;$EventCount = $EventCount + $_.RecordCount}|Out-Null;"Eventcount: "+$EventCount; if ($EventCount -gt 10000){ Write-Output "Too many events"; $host.SetShouldExit(1)}'
0 commit comments