Skip to content

Commit

Permalink
chore: correct reading env (#30476)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough authored Oct 28, 2024
1 parent d5dfac5 commit 00cf028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ jobs:
resource_class: small
steps:
- run: |
if [[ -z MAIN_RECORD_KEY ]]; then
if [[ -z "$MAIN_RECORD_KEY" ]]; then
echo "skipping for contributor PRs since we don't record to the cloud"
circleci-agent step halt
fi
Expand Down

1 comment on commit 00cf028

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 00cf028 Oct 28, 2024

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.15.2/linux-arm64/develop-00cf0289ee713c5a1bd65988c44f0bfa2500ea19/cypress.tgz

Please sign in to comment.