Skip to content

Commit

Permalink
chore: enable nx cache invalidation via the circle version file (#30444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel authored Oct 23, 2024
1 parent b335e4b commit 63937b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"namedInputs": {
"sharedGlobals": [
"{workspaceRoot}/scripts"
"{workspaceRoot}/scripts",
"{workspaceRoot}/.circleci/cache-version.txt"
],
"default": [
"{projectRoot}/**/*",
Expand Down

4 comments on commit 63937b6

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 63937b6 Oct 23, 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.1/linux-arm64/develop-63937b653c486a527afd329795523490ead2b671/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 63937b6 Oct 23, 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.15.1/linux-x64/develop-63937b653c486a527afd329795523490ead2b671/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 63937b6 Oct 23, 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.15.1/win32-x64/develop-63937b653c486a527afd329795523490ead2b671/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 63937b6 Oct 23, 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 darwin 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.15.1/darwin-x64/develop-63937b653c486a527afd329795523490ead2b671/cypress.tgz

Please sign in to comment.