Skip to content

Commit f81787b

Browse files
committed
github: sleep a while to allow xvfb to run
1 parent 3a0b3ea commit f81787b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clipboard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
4141
export DISPLAY=:99.0
42+
sleep 5s
4243
go test -v -covermode=atomic ./...
4344
if: ${{ runner.os == 'Linux' }}
4445

0 commit comments

Comments
 (0)