Skip to content

Commit d3b4624

Browse files
committed
ci: enable manual testnet filters
1 parent b070647 commit d3b4624

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/manual-tests-testnet.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ on:
1111
type: boolean
1212
default: false
1313

14+
matrix-node-juno:
15+
description: 'Node: Juno'
16+
type: boolean
17+
default: true
18+
matrix-node-pathfinder:
19+
description: 'Node: Pathfinder'
20+
type: boolean
21+
default: true
22+
matrix-protocol-rpc:
23+
description: 'Protocol: RPC'
24+
type: boolean
25+
default: true
26+
matrix-protocol-ws:
27+
description: 'Protocol: WS'
28+
type: boolean
29+
default: true
30+
matrix-version-v0_7:
31+
description: 'RPC version: 0.7'
32+
type: boolean
33+
default: true
34+
matrix-version-v0_8:
35+
description: 'RPC version: 0.8'
36+
type: boolean
37+
default: true
38+
1439
jobs:
1540
tests:
1641
name: Run test on ${{ matrix.node }} ${{ matrix.protocol }} ${{ matrix.version }}

0 commit comments

Comments
 (0)