[CI > Win] Debug running instance (3)
This commit is contained in:
parent
a8664c5761
commit
ec6d0524ee
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -103,7 +103,7 @@ jobs:
|
||||||
|
|
||||||
# Install OpenAsar build and setup environment
|
# Install OpenAsar build and setup environment
|
||||||
sed -i "s/^\/\/ <TEST_FLAG_WINDOWS>.*$/if \(name == 'discord_rpc'\) { console.log\('ABRA'\); process.exit\(\); }/" app.asar
|
sed -i "s/^\/\/ <TEST_FLAG_WINDOWS>.*$/if \(name == 'discord_rpc'\) { console.log\('ABRA'\); process.exit\(\); }/" app.asar
|
||||||
cp -f app.asar files/resources/app.asar
|
# cp -f app.asar files/resources/app.asar
|
||||||
mkdir discord
|
mkdir discord
|
||||||
cp -rf files/ discord/app-1.0.0
|
cp -rf files/ discord/app-1.0.0
|
||||||
cd discord/app-1.0.0
|
cd discord/app-1.0.0
|
||||||
|
@ -111,7 +111,7 @@ jobs:
|
||||||
- name: Check if Discord will startup
|
- name: Check if Discord will startup
|
||||||
run: |
|
run: |
|
||||||
cd discord/app-1.0.0
|
cd discord/app-1.0.0
|
||||||
./DiscordCanary.exe 2>&1
|
./DiscordCanary.exe --enable-logging 2>&1
|
||||||
timeout-minutes: 3
|
timeout-minutes: 3
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue