Merge branch 'main' of github.com:GooseMod/OpenAsar
This commit is contained in:
commit
733d35a537
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_startup.yml
vendored
2
.github/workflows/test_startup.yml
vendored
|
@ -39,4 +39,4 @@ jobs:
|
|||
|
||||
- name: Check if Discord will startup
|
||||
run: |
|
||||
timeout 30s bash -c "xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging" | grep "Installing discord_rpc"
|
||||
timeout 30s bash -c "xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging" | grep -m 1 "Installing discord_rpc"
|
||||
|
|
Loading…
Reference in a new issue