From 9a907158d5e5fc923975a16e4bddaa36b23b9523 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Wed, 4 Sep 2024 08:11:03 +0200 Subject: [PATCH] windows resize --- .circleci/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f361a06425..ce800b258a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -238,6 +238,17 @@ jobs: parallelism: 10 working_directory: ~/remix-project steps: + - run: + name: Restart local mstsc + command: psexec64.exe -accepteula -nobanner -i 0 mstsc /v:localhost /w:3840 /h:2160 + background: true + shell: powershell.exe + - run: name: Naive impl to wait until the screen stretches command: Start-Sleep 5 + - run: + name: Get screen info + command: | + Add-Type -AssemblyName System.Windows.Forms + [System.Windows.Forms.Screen]::AllScreens | fl * - checkout - attach_workspace: at: .