Skip to content

Commit

Permalink
Revert "update quotations"
Browse files Browse the repository at this point in the history
This reverts commit de16b23.
  • Loading branch information
SupaJoon committed Jan 3, 2024
1 parent de16b23 commit 7e24fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 7e24fdd

Please sign in to comment.