File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 5151 # comment_tag: latest-vs-next-comparison
5252
5353 historical-versions :
54- # Run only on release branch (changeset-release/main):
55- # if: github.head_ref == 'changeset-release/main'
5654 runs-on : ubuntu-latest
5755 steps :
5856 - uses : actions/checkout@v4
@@ -65,15 +63,12 @@ jobs:
6563 - name : Install External
6664 run : npm i -g hyperfine
6765
68- - name : Clean up versions
69- # Do not run on the release branch (changeset-release/main):
66+ - name : Add more versions to test
67+ # Run only on the release branch (changeset-release/main):
7068 if : github.head_ref != 'changeset-release/main'
7169 run : |
72- echo "Cleaning up versions..."
73- cat package.json
74- echo "--------------------------------"
70+ cd tests/performance/
7571 cat package.json | jq ".dependencies = $(cat package.json | jq ._enhancedDependencies)" > package.json
76- echo "--------------------------------"
7772 cat package.json
7873
7974 - name : Prepare
You can’t perform that action at this time.
0 commit comments