mirror of
https://github.com/cypress-io/cypress.git
synced 2025-12-30 02:59:46 -06:00
chore: update snap-shot-core patch package file to match version (#31449)
* chore: update snap-shot-core patch package file to match version * update circle cache * experiment with removing .md from yarnclean * add .md back to yarnclean * bust circle cache * remove .md files being cleaned from yarn to get around patch-package issue * print size of cache * try out the size of the .md * remove md from yarnclean * UPdate to version without removal of markdown files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
command: |
|
||||
echo Current working directory is $PWD
|
||||
echo Total containers $CIRCLE_NODE_TOTAL
|
||||
|
||||
@@ -44,7 +44,4 @@ wercker.yml
|
||||
.flowconfig
|
||||
.documentup.json
|
||||
.yarn-metadata.json
|
||||
.travis.yml
|
||||
|
||||
# misc
|
||||
*.md
|
||||
.travis.yml
|
||||
Reference in New Issue
Block a user