Skip to content

Commit

Permalink
revert stop only change
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Apr 22, 2024
1 parent a9c1c49 commit 88474d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,8 @@ commands:
command: yarn versions
- unless:
condition:
or:
# stop-only does not correctly match on windows: https://github.com/bahmutov/stop-only/issues/78
- equal: [ *windows-executor, << parameters.executor >> ]
- equal: [ *darwin-arm64-executor, << parameters.executor >> ]
# stop-only does not correctly match on windows: https://github.com/bahmutov/stop-only/issues/78
equal: [ *windows-executor, << parameters.executor >> ]
steps:
- run:
name: Stop .only
Expand Down

3 comments on commit 88474d3

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 88474d3 Apr 22, 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.8.1/linux-arm64/mschile/service_worker_uncontrolled-88474d3c057c09ce7db5c62dc2832dff075f57cc/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 88474d3 Apr 22, 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 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/13.8.1/linux-x64/mschile/service_worker_uncontrolled-88474d3c057c09ce7db5c62dc2832dff075f57cc/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 88474d3 Apr 22, 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 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/13.8.1/win32-x64/mschile/service_worker_uncontrolled-88474d3c057c09ce7db5c62dc2832dff075f57cc/cypress.tgz

Please sign in to comment.