Skip to content
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

ci(custom-checks): fix sibling pkg dependency version inconsistencies #2457

Merged
merged 1 commit into from
Jun 17, 2023

Conversation

rwat17
Copy link
Contributor

@rwat17 rwat17 commented Jun 14, 2023

  • replace old packages verions in package.json files printed after $npm run custom-checks

Closes: #2431

Copy link
Contributor

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rwat17 Thank you very much, LGTM!

@sandeepnRES sandeepnRES enabled auto-merge (rebase) June 15, 2023 18:03
@petermetz petermetz changed the title fix: replace old packages verions in package.json files ci(custom-checks): fix sibling pkg dependency version inconsistencies Jun 16, 2023
I also snuck in a couple of additional changes in the interest of speeding
up CI execution as soon as possible. Apologies for the intrusion!
- Peter Somogyvari

The additional changes are:
1. Comment out (e.g. disable) the odap-hermes plugin's tests for now
since they are completely broken anyway and just wasting CI resources.
2. Fixed a logging bug in the custom-checks .ts script
3. Modified the ci.sh file (the workhorse of the CI) so that it does
run the custom-checks as part of it. This was made possible by the
change that this commit is originally intended to do (e.g., without
this change the custom checks would fail but now they pass)

Closes: hyperledger-cacti#2431

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: Peter Somogyvari <[email protected]>
Signed-off-by: Tomasz Awramski <[email protected]>
@sandeepnRES sandeepnRES merged commit 03e1b56 into hyperledger-cacti:main Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci(custom-checks): fix sibling pkg dependency version inconsistencies
4 participants