From a49a101e0604784f60a9f64f5a09c5f07ebcf315 Mon Sep 17 00:00:00 2001 From: Daphne Yang Date: Mon, 12 Feb 2024 17:29:34 -0500 Subject: [PATCH] chore: remove extra quote --- .github/workflows/runE2ETest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runE2ETest.yml b/.github/workflows/runE2ETest.yml index 1ebfc47e..6a29becf 100644 --- a/.github/workflows/runE2ETest.yml +++ b/.github/workflows/runE2ETest.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - os: ${{ inputs.os || "[macos-latest, ubuntu-latest, windows-latest]"" }} + os: ${{ inputs.os || "[macos-latest, ubuntu-latest, windows-latest]" }} nodeVersion: - 18.18.2 # We are using VSCode version 1.85.2 instead of the latest version because of a WDIO bug. Starting from Chromedriver v115, the JSON endpoint was moved to a new URL, but WDIO is still trying to find the endpoint only at the old URL. VSCode 1.85.2 is the last supported version of VSCode because it uses Chromedriver v114, which is the last Chromedriver version that can be found using the old URL. VSCode 1.86.0 uses Chromedriver v118, which has an endpoint that can be found only at the new URL.