Skip to content

Commit f841947

Browse files
author
Alexandre Lissy
committed
WIP: Faster VMs for Windows?
1 parent 305fdd4 commit f841947

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/enterprise.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
uses: ./.github/actions/create-vm
266266
with:
267267
instance_kind: "windows-test"
268-
gcp_machine_type: "c4d-standard-2"
268+
gcp_machine_type: "c4d-standard-4"
269269
gcp_provisioning_model: "STANDARD"
270270
gcp_disk_size: "100"
271271
gcp_disk_source: "disk-2025-dc-v20250813-20250902102015"
@@ -495,11 +495,11 @@ jobs:
495495
496496
- name: "run tests"
497497
run: |
498-
RUNTIME_VERSION=$(${{ steps.attach.outputs.runtime_path }} --version | awk '{ print $3 }')
498+
RUNTIME_VERSION=$("${{ steps.attach.outputs.runtime_path }}" --version | awk '{ print $3 }')
499499
sed -e "s/#RUNTIME_VERSION#/${RUNTIME_VERSION}/g" < expectations.json.in > expectations.json
500500
mkdir -p ./profiles/
501501
. venv_tests/bin/activate
502-
python3 test_firefox_start.py expectations.json ${{ steps.attach.outputs.runtime_path }} $PWD/geckodriver $PWD/profiles/
502+
python3 test_firefox_start.py expectations.json "${{ steps.attach.outputs.runtime_path }}" $PWD/geckodriver $PWD/profiles/
503503
504504
- name: "detach"
505505
if: "always()"

0 commit comments

Comments
 (0)