From 7e24fdd6b22269ea0785c44f458e438e5e2dd739 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Wed, 3 Jan 2024 11:50:58 -0500 Subject: [PATCH] Revert "update quotations" This reverts commit de16b230af73361a3251be78019fd261d05aa6b1. --- .evergreen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.evergreen.yml b/.evergreen.yml index b548e2421f..36ae9a03b8 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -243,7 +243,7 @@ functions: if [[ "${requester}" == "github_pr" || "${requester}" == "commit" ]]; then yarn cy:run --record --key "${cypress_record_key}" --reporter junit elif [[ "${requester}" == "patch" ]]; then - yarn cy:run --record --key "${cypress_record_key}" --reporter junit --spec "${cypress_spec}" + yarn cy:run --record --key "${cypress_record_key}" --reporter junit --spec ${cypress_spec} else yarn cy:run --reporter junit fi @@ -524,5 +524,5 @@ buildvariants: parameters: - key: cypress_spec - value: cypress/integration/**/* + value: "cypress/integration/**/*" description: Specify the Cypress spec files to run for user submitted patches running the e2e_test task.