Add a new pipeline to test samples on Fabric v3 and FabricX#46
Merged
pasquale95 merged 14 commits intomainfrom Feb 5, 2026
Merged
Add a new pipeline to test samples on Fabric v3 and FabricX#46pasquale95 merged 14 commits intomainfrom
pasquale95 merged 14 commits intomainfrom
Conversation
Signed-off-by: pco <pasquale.convertini@ibm.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
Contributor
Author
|
@arner can you look at this PR? It updates the pipeline to run the token samples in the pipeline and assess if they're running as expected. |
Signed-off-by: pco <pasquale.convertini@ibm.com>
arner
reviewed
Feb 4, 2026
Contributor
mbrandenburger
left a comment
There was a problem hiding this comment.
I think this is a great PR! Thanks @pasquale95
Signed-off-by: pasquale95 <pasqualeconvertini95@gmail.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
Signed-off-by: pco <pasquale.convertini@ibm.com>
498fd73 to
05e07ac
Compare
Contributor
|
Really good idea to have tests working across Fabric V3 and Fabric-X! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
This PR adds a new pipeline called
Sample Testsin GitHub Actions whose goal is to run and test the tokens samples against Fabric v3 and Fabric-X.In this way we automate the checks and make sure that the samples work as expected on a Linux environment.
Additional details (Optional)
The PR also updates to
hyperledger.fabricx:0.5.5Ansible collection being used, due to a recent bug that has been discovered and addressed with LF-Decentralized-Trust-labs/fabric-x-ansible-collection#124.