We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42ad70 commit 184a799Copy full SHA for 184a799
.github/workflows/integration.yml
@@ -20,6 +20,7 @@ jobs:
20
TestFabricGatewayE2ESuite,
21
TestFabricMultipartyE2ESuite,
22
]
23
+ stack-type: [ethereum, fabric]
24
blockchain-node: [geth, besu, fabric]
25
database-type: [sqlite3, postgres]
26
exclude:
@@ -39,6 +40,12 @@ jobs:
39
40
blockchain-node: geth
41
- test-suite: TestFabricMultipartyE2ESuite
42
blockchain-node: besu
43
+ - stack-type: ethereum
44
+ blockchain-node: fabric
45
+ - stack-type: fabric
46
+ blockchain-node: geth
47
48
+ blockchain-node: besu
49
fail-fast: false
50
steps:
51
- uses: actions/checkout@v2
0 commit comments