mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-01 03:18:32 +00:00
ci(appimage): add sleep delay before test execution (#2790)
This commit is contained in:
parent
bc7282c000
commit
4552f142d7
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@ -430,6 +430,7 @@ jobs:
|
||||
run: |
|
||||
export DISPLAY=:1
|
||||
Xvfb ${DISPLAY} -screen 0 1024x768x24 &
|
||||
sleep 5 # give Xvfb time to start
|
||||
|
||||
./test_sunshine --gtest_color=yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user