-
Notifications
You must be signed in to change notification settings - Fork 64
🐛 [Monorepo] fix: add ginkgo as a bingo dependency for catalogd #1635
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
🐛 [Monorepo] fix: add ginkgo as a bingo dependency for catalogd #1635
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
c/c @azych could you give a hand here since you were terrific and spot this one !!!! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1635 +/- ##
==========================================
+ Coverage 66.70% 66.72% +0.02%
==========================================
Files 57 57
Lines 4595 4595
==========================================
+ Hits 3065 3066 +1
+ Misses 1304 1303 -1
Partials 226 226
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ac2c293
to
913b8f1
Compare
thank you for fixing this, LGTM :) |
The tests were failing silently with the following error: trace -vv test/upgrade bash: line 1: trace: command not found This issue occurred because Ginkgo was not found to execute the tests with the specified options.
3834dd4
to
94ccb2c
Compare
The tests were failing silently with the following error: trace -vv test/upgrade bash: line 1: trace: command not found This issue occurred because Ginkgo was not found to execute the tests with the specified options.
The tests were failing silently with the following error: trace -vv test/upgrade
bash: line 1: trace: command not found
This issue occurred because Ginkgo was not found to execute the tests with the specified options. For example:$(GINKGO) $ (E2E_FLAGS) -trace -vv $(FOCUS) test/upgrade
Example:
Before this PR
Now:

Description
Reviewer Checklist