Skip to content

Commit

Permalink
ci: use high resolution for synpress recordings (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored Aug 12, 2023
1 parent 0da9d38 commit a73811e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ services:
image: synthetixio/display:41158a4bf17aca53222e6b101633ddfa5af7724c-base
environment:
- RUN_XTERM=no
- DISPLAY_WIDTH=800
- DISPLAY_HEIGHT=600
- DISPLAY_WIDTH=1920
- DISPLAY_HEIGHT=1080
network_mode: 'host'

video:
Expand All @@ -54,8 +54,8 @@ services:
environment:
- DISPLAY_CONTAINER_NAME=localhost
- FILE_NAME=CI-full-video.mp4
- SE_SCREEN_WIDTH=800
- SE_SCREEN_HEIGHT=600
- SE_SCREEN_WIDTH=1920
- SE_SCREEN_HEIGHT=1080
depends_on:
- display
network_mode: 'host'

0 comments on commit a73811e

Please sign in to comment.