Skip to content

Commit f79e655

Browse files
committed
Extend gha host config with ledger API URLs
Required for #2053 to go through CI. [static] Signed-off-by: Moritz Kiefer <[email protected]>
1 parent b807d02 commit f79e655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cluster/pulumi/gha/src/runners.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ const localnetHostAliases = [
133133
'scan.localhost',
134134
'sv.localhost',
135135
'wallet.localhost',
136+
'json-ledger-api.localhost',
137+
'grpc-ledger-api.localhost',
136138
],
137139
},
138140
];

0 commit comments

Comments
 (0)