-
Notifications
You must be signed in to change notification settings - Fork 5k
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
feat(makefile): add capability to skip Docker image pull #1664
feat(makefile): add capability to skip Docker image pull #1664
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1664 +/- ##
=======================================
Coverage ? 61.94%
=======================================
Files ? 92
Lines ? 3760
Branches ? 0
=======================================
Hits ? 2329
Misses ? 1431
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
where are test env variables specified? this abstracts docker tests to codecov away from users ya? looks optimal jw
LGTM! |
@basedanarki Hi, I don't quite understand your point. |
@@ -14,6 +14,8 @@ jobs: | |||
test-on-macos: | |||
name: Test on macOS | |||
runs-on: macos-13 | |||
env: | |||
INSTALL_DOCKER: '0' # Set to '0' to skip Docker installation |
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.
Why is it skipped?
actions/runner-images#2150 (comment)
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.
Just add it back here:
#2342
test_sandbox.py
totests/integration
due to its specialized test environment, so a new step was added to the unit test workflow.