mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 15:05:44 +00:00
ci(appimage): add sleep delay before test execution (#2790)
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user