Skip to content

Commit e9a9850

Browse files
committed
there there
1 parent 1fde9d8 commit e9a9850

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-ci-windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Checkout code
159159
uses: actions/checkout@v5
160160

161-
- name: Install MSI
161+
- name: Download MSI files
162162
uses: actions/download-artifact@v4
163163
with:
164164
name: modsecurityiis-installers
@@ -294,4 +294,6 @@ jobs:
294294
Write-Host '::error:: Found errors in event log'
295295
$events | Select-Object TimeGenerated, Source, EntryType, EventID, Message | Format-List
296296
Exit 1
297-
}
297+
}
298+
299+
Get-EventLog -LogName Application -Source ModSecurity -Newest 10

0 commit comments

Comments
 (0)