Skip to content

Commit 7d0c92e

Browse files
committed
auto refresh the browser after an update
1 parent 9be0bea commit 7d0c92e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,12 @@ jobs:
3232
DOCKER_BUILDKIT: 1
3333
GOVEE_API_KEY: ${{ secrets.GOVEE_API_KEY }}
3434
run: docker-compose up -d --build --remove-orphans
35-
35+
36+
- name: Wait for services to be ready
37+
run: sleep 10
38+
39+
- name: Refresh browser on touchscreen
40+
run: |
41+
export DISPLAY=:0
42+
xdotool key F5
43+
continue-on-error: true

0 commit comments

Comments
 (0)