Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
update quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Jan 3, 2024
1 parent 3a7170f commit de16b23
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 de16b23

Please sign in to comment.