fix(ci): run pnpm install with --frozen-lockfile (#27098)#27099
fix(ci): run pnpm install with --frozen-lockfile (#27098)#27099reggie-k merged 8 commits intoargoproj:masterfrom
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #27099 +/- ##
==========================================
- Coverage 63.35% 63.33% -0.03%
==========================================
Files 415 415
Lines 56654 56651 -3
==========================================
- Hits 35895 35879 -16
- Misses 17374 17385 +11
- Partials 3385 3387 +2 ☔ View full report in Codecov by Sentry. |
Yes, it's the point of But, now on the second thought, thanks to your comment, I realized that this target is called by |
choejwoo
left a comment
There was a problem hiding this comment.
I see what you mean, thanks for the quick fix. This looks good to me! 😁
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
8ff7ca9 to
9f21d96
Compare
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
|
❌ Cherry-pick failed for 3.4. Please check the workflow logs for details. |
|
❌ Cherry-pick failed for 3.1. Please check the workflow logs for details. |
|
❌ Cherry-pick failed for 3.2. Please check the workflow logs for details. |
|
❌ Cherry-pick failed for 3.3. Please check the workflow logs for details. |
Fixes: #27098
This PR adds
--frozen-lockfileto yarn install invocationsin Dockerfiles, Makefile, and in the release Github workflow.
It adds recommendation to use this flag to UI development README.
Additionally it adds to the Makefile new target
run-yarnthat willallow to modify UI dependencies by runing yarn in the containerized environment
and documents the changes in the Developer's Guide.
Checklist: