File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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()"
You can’t perform that action at this time.
0 commit comments