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 b070647 commit d3b4624Copy full SHA for d3b4624
.github/workflows/manual-tests-testnet.yml
@@ -11,6 +11,31 @@ on:
11
type: boolean
12
default: false
13
14
+ matrix-node-juno:
15
+ description: 'Node: Juno'
16
+ type: boolean
17
+ default: true
18
+ matrix-node-pathfinder:
19
+ description: 'Node: Pathfinder'
20
21
22
+ matrix-protocol-rpc:
23
+ description: 'Protocol: RPC'
24
25
26
+ matrix-protocol-ws:
27
+ description: 'Protocol: WS'
28
29
30
+ matrix-version-v0_7:
31
+ description: 'RPC version: 0.7'
32
33
34
+ matrix-version-v0_8:
35
+ description: 'RPC version: 0.8'
36
37
38
+
39
jobs:
40
tests:
41
name: Run test on ${{ matrix.node }} ${{ matrix.protocol }} ${{ matrix.version }}
0 commit comments