Skip to content

Commit

Permalink
try this?
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Jan 24, 2025
1 parent c922c16 commit cc20545
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,9 @@ commands:
<<parameters.server-start-command>>
background: true
- run:
condition: <<parameters.wait-on>>
condition:
and:
- equal: [ "", <<parameters.wait-on>> ]
name: "Waiting on server to boot: <<parameters.wait-on>>"
command: |
npm i -g wait-on
Expand Down

2 comments on commit cc20545

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on cc20545 Jan 24, 2025

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.

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/14.0.1/linux-x64/chore/fix_windows_kitchensink-cc205457fbead146f508ca434b08434a2406d9db/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on cc20545 Jan 24, 2025

Choose a reason for hiding this comment

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

Circle has built the win32 x64 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/14.0.1/win32-x64/chore/fix_windows_kitchensink-cc205457fbead146f508ca434b08434a2406d9db/cypress.tgz

Please sign in to comment.