Skip to content

Commit

Permalink
add comment explaining install force
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Aug 16, 2018
1 parent 7a64fa5 commit 2be0d2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ steps:
- command: "npm --version"
- command: "npm install"
label: "install dependencies"

- "wait"
- command: "$(npm bin)/cypress install --force"

- "wait"
# if necessary, reinstall "correct" version of Cypress
# a common situation if testing preview binary build
# - command: "$(npm bin)/cypress install --force"
# - "wait"

- command: "npm install $CYPRESS_NPM_PACKAGE_NAME"
label: "install custom Cypress version"
Expand Down

0 comments on commit 2be0d2c

Please sign in to comment.