Skip to content

chore: update snap-shot-core patch package file to match version #31449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/cache-version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Bump this version to force CI to re-create the cache from scratch.

3-18-2024:4:25
4-7-2025-v1
6 changes: 4 additions & 2 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,9 @@ commands:
steps:
- run: pwd
- run:
name: print global yarn cache path
command: echo $(yarn global bin)
name: print global yarn cache path and size
command: |
du -sh $(yarn global bin)
Comment on lines +501 to +503
Copy link
Member Author

Choose a reason for hiding this comment

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

we talked about the cache size, but I couldn't find that size anywhere, so this should print the size for tracking changes if we wanted. See this here: https://app.circleci.com/pipelines/github/cypress-io/cypress/69319/workflows/3aa29fa3-b62d-48c0-9a8a-ca17cec1ea79/jobs/2849177

- run:
name: print yarn version
command: yarn versions
Expand Down Expand Up @@ -784,6 +785,7 @@ commands:
- windows-install-chrome:
browser: <<parameters.browser>>
- run:
name: Run <<parameters.package>> UI tests
Copy link
Member Author

Choose a reason for hiding this comment

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

Just annoying with not being named

command: |
echo Current working directory is $PWD
echo Total containers $CIRCLE_NODE_TOTAL
Expand Down
5 changes: 1 addition & 4 deletions .yarnclean
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,4 @@ wercker.yml
.flowconfig
.documentup.json
.yarn-metadata.json
.travis.yml

# misc
*.md
.travis.yml
Loading