Skip to content

Commit 6255f75

Browse files
authored
Merge pull request #1172 from kaleido-io/fix-integration-tests
Add stack type to nightly integration tests
2 parents adc4f33 + 184a799 commit 6255f75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
TestFabricGatewayE2ESuite,
2121
TestFabricMultipartyE2ESuite,
2222
]
23+
stack-type: [ethereum, fabric]
2324
blockchain-node: [geth, besu, fabric]
2425
database-type: [sqlite3, postgres]
2526
exclude:
@@ -39,6 +40,12 @@ jobs:
3940
blockchain-node: geth
4041
- test-suite: TestFabricMultipartyE2ESuite
4142
blockchain-node: besu
43+
- stack-type: ethereum
44+
blockchain-node: fabric
45+
- stack-type: fabric
46+
blockchain-node: geth
47+
- stack-type: fabric
48+
blockchain-node: besu
4249
fail-fast: false
4350
steps:
4451
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)