Skip to content

Commit

Permalink
fix up to reenable fabric 3.0 test
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <[email protected]>
  • Loading branch information
SamYuan1990 committed Sep 19, 2024
1 parent 2f3704f commit addda57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: 1.22
- run: go mod vendor
- run: make integration-test FABRIC_VERSION=${{matrix.FABRIC_VERSION}} INTERGATION_CASE=${{matrix.INTERGATION_CASE}}
integration-test:
Expand Down
2 changes: 1 addition & 1 deletion test/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ case $1 in
;;
3_0)
curl -sSLO https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh && chmod +x install-fabric.sh
./install-fabric.sh --fabric-version 3.0.0-preview
./install-fabric.sh --fabric-version 3.0.0-rc1
cd fabric-samples/test-network
echo y | ./network.sh up createChannel -bft -c mychannel
ARGS=(-cci initLedger)
Expand Down

0 comments on commit addda57

Please sign in to comment.