File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,59 @@ name: TS End-to-end Tests
22
33on :
44 workflow_dispatch :
5+ inputs :
6+ isNightly :
7+ description : Nightly (runs all groups)
8+ type : boolean
9+ default : false
10+ isRpc :
11+ description : RPC
12+ type : boolean
13+ default : false
14+ isExplorer :
15+ description : Explorer
16+ type : boolean
17+ default : false
18+ isAppsBackend :
19+ description : Apps Backend
20+ type : boolean
21+ default : false
22+ isTypescriptSDK :
23+ description : TypeScript SDK
24+ type : boolean
25+ default : false
26+ isWallet :
27+ description : Wallet
28+ type : boolean
29+ default : false
30+ isGraphQlTransport :
31+ description : GraphQL Transport
32+ type : boolean
33+ default : false
34+ isWalletDashboard :
35+ description : Wallet Dashboard
36+ type : boolean
37+ default : false
38+ isEvmBridge :
39+ description : EVM Bridge
40+ type : boolean
41+ default : false
42+ isIscSDK :
43+ description : ISC SDK
44+ type : boolean
45+ default : false
46+ isKiosk :
47+ description : Kiosk
48+ type : boolean
49+ default : false
50+ isNamesDapp :
51+ description : Names Dapp
52+ type : boolean
53+ default : false
54+ isNamesDisplay :
55+ description : Names Display
56+ type : boolean
57+ default : false
558 workflow_call :
659 inputs :
760 isNightly :
You can’t perform that action at this time.
0 commit comments