Skip to content

Commit

Permalink
bump CI with fabric 1.4.12 (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Mar 28, 2022
1 parent 185ae15 commit 149869d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ jobs:
- uses: actions/checkout@main
- run: make docker
name: build tape docker
integration-test-1412:
runs-on: ubuntu-latest
needs: unit-test
strategy:
matrix:
FABRIC_VERSION: [1_4]
INTERGATION_CASE: [ANDLogic]
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@main
with:
go-version: 1.16
- run: go mod vendor
- run: make integration-test FABRIC_VERSION=${{matrix.FABRIC_VERSION}} INTERGATION_CASE=${{matrix.INTERGATION_CASE}}
integration-test:
runs-on: ubuntu-latest
needs: unit-test
Expand Down
3 changes: 2 additions & 1 deletion test/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ case $1 in
git checkout release-1.4
cd ./first-network
# 1.4.10
echo y | ./byfn.sh up -i 1.4.10
echo y | ./byfn.sh up -i 1.4.12
# comments here for 1.4.8 work around as docker image issue.
# docker pull hyperledger/fabric-orderer:amd64-1.4
# Error response from daemon: manifest for hyperledger/fabric-orderer:amd64-1.4 not found: manifest unknown: manifest unknown
cp -r crypto-config "$DIR"
ls crypto-config

CONFIG_FILE=/config/test/config14org1andorg2.yaml
network=host
Expand Down

0 comments on commit 149869d

Please sign in to comment.