diff --git a/.github/workflows/test-ci-windows.yml b/.github/workflows/test-ci-windows.yml index 412b4c0f..14d9f238 100644 --- a/.github/workflows/test-ci-windows.yml +++ b/.github/workflows/test-ci-windows.yml @@ -158,7 +158,7 @@ jobs: - name: Checkout code uses: actions/checkout@v5 - - name: Install MSI + - name: Download MSI files uses: actions/download-artifact@v4 with: name: modsecurityiis-installers @@ -294,4 +294,6 @@ jobs: Write-Host '::error:: Found errors in event log' $events | Select-Object TimeGenerated, Source, EntryType, EventID, Message | Format-List Exit 1 - } \ No newline at end of file + } + + Get-EventLog -LogName Application -Source ModSecurity -Newest 10 \ No newline at end of file