[CI > Win] Ensure log

This commit is contained in:
Ducko 2022-04-13 09:44:47 +01:00
parent 85be6e97d5
commit b01ae77366
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ jobs:
- name: Check if Discord will startup
run: |
cd discord/app-1.0.0
./DiscordCanary.exe --enable-logging 2>&1
./DiscordCanary.exe | grep -m1 "ABRA"
timeout-minutes: 3
shell: bash