Skip to content

Commit

Permalink
after alpha merge clean up
Browse files Browse the repository at this point in the history
Signed-off-by: DavidLiu <[email protected]>
  • Loading branch information
DavidLiu committed Mar 24, 2022
1 parent fca9f5a commit 00060d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
runs-on: ubuntu-latest
needs: unit-test
steps:
- uses: actions/checkout@main
- run: make docker
name: build tape docker
integration-test:
Expand All @@ -33,4 +34,9 @@ jobs:
FABRIC_VERSION: [2_2, latest]
INTERGATION_CASE: [ORLogic, ANDLogic, COMMITONLY, ENDORSEMNTONLY]
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}}

0 comments on commit 00060d2

Please sign in to comment.