Skip to content

Commit

Permalink
fix pre-release commit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Aug 4, 2020
1 parent 3be9ff8 commit dff06aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -1750,6 +1750,7 @@ linux-workflow: &linux-workflow
branches:
only:
- develop
- test-retries
requires:
- upload-npm-package
- upload-binary
Expand Down Expand Up @@ -1898,7 +1899,6 @@ mac-workflow: &mac-workflow
branches:
only:
- develop
- test-retries
requires:
- Mac NPM package upload
- Mac binary upload
Expand Down

1 comment on commit dff06aa

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on dff06aa Aug 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/4.12.1/linux-x64/circle-test-retries-dff06aa20755db459d0baf7a6bde075b80adafcc-413296/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.12.1/circle-test-retries-dff06aa20755db459d0baf7a6bde075b80adafcc-413290/cypress.tgz

Please sign in to comment.