-
Notifications
You must be signed in to change notification settings - Fork 20
fix: hide version checks at the end of windows install script #178
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #178 +/- ##
==========================================
- Coverage 62.91% 62.91% -0.01%
==========================================
Files 212 212
Lines 21782 21782
==========================================
- Hits 13705 13704 -1
- Misses 7011 7014 +3
+ Partials 1066 1064 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
🗣️ Update on happenings of this PR.
scripts/install-windows-dev.ps1
Outdated
| delay 0.3 "Now checking if it's the same Slack CLI..." | ||
| } | ||
| & $SLACK_CLI_NAME _fingerprint | Tee-Object -Variable get_finger_print | Out-Null | ||
| & $SLACK_CLI_NAME --version | Tee-Object -Variable slack_cli_version | Out-Null |
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.
👁️🗨️ note: Great findings from @ewanek1 hint that this _fingerprint might be causing CI to hang on a first installation?
Summary
This PR hides the
check_slack_binary_existchecks at the end of the Windows installation script in a debugging attempt of multiple processes in CI 🐛Reviewers
The following commands can be used to test these changes! 🔍
Requirements