Skip to content

Commit

Permalink
fix: add cypress remote debugging port env
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Aug 3, 2023
1 parent 149ddd9 commit 0b50536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
environment:
- DISPLAY=display:0.0
- CYPRESS_DOCKER_RUN=true
- CYPRESS_REMOTE_DEBUGGING_PORT=${CYPRESS_REMOTE_DEBUGGING_PORT}
- CI=true
- AUTH0_AUDIENCE=${AUTH0_AUDIENCE}
- AUTH0_CLIENT_ID=${AUTH0_CLIENT_ID}
Expand All @@ -39,7 +40,7 @@ services:

display:
container_name: display
image: synthetixio/display:016121eafdfff448414894d0ca5a50b1d72b62eb-base
image: synthetixio/display:41158a4bf17aca53222e6b101633ddfa5af7724c-base
environment:
- RUN_XTERM=no
- DISPLAY_WIDTH=800
Expand Down

0 comments on commit 0b50536

Please sign in to comment.