-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f739b45
chore: update snap-shot-core patch package file to match version
jennifer-shehane eaed716
update circle cache
jennifer-shehane 38469fd
experiment with removing .md from yarnclean
jennifer-shehane a8989c6
Merge branch 'develop' into update-snap-shot-core-patch
jennifer-shehane fc156ae
add .md back to yarnclean
jennifer-shehane 04c77ae
bust circle cache
jennifer-shehane 74b5b5f
Merge branch 'develop' into update-snap-shot-core-patch
jennifer-shehane bc98c76
remove .md files being cleaned from yarn to get around patch-package …
jennifer-shehane d18f0ce
Merge branch 'update-snap-shot-core-patch' of https://github.com/cypr…
jennifer-shehane 72546b1
print size of cache
jennifer-shehane 2fdc767
try out the size of the .md
jennifer-shehane beaedf4
remove md from yarnclean
jennifer-shehane 3b08276
UPdate to version without removal of markdown files
jennifer-shehane File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
- run: | ||
name: print yarn version | ||
command: yarn versions | ||
|
@@ -784,6 +785,7 @@ commands: | |
- windows-install-chrome: | ||
browser: <<parameters.browser>> | ||
- run: | ||
name: Run <<parameters.package>> UI tests | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,4 @@ wercker.yml | |
.flowconfig | ||
.documentup.json | ||
.yarn-metadata.json | ||
.travis.yml | ||
|
||
# misc | ||
*.md | ||
.travis.yml |
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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