Skip to content

Commit 110426e

Browse files
Enable SUS SDK Gen
Enable generation for the SHI - URL Shortener project.
1 parent 9013f60 commit 110426e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/GenerateSdk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: DataGateway
2020
sdkPath: 'src/dataGateway/TypeScript'
2121
specPath: 'spec/Data-Gateway.json'
22+
- name: UrlShortener
23+
sdkPath: 'src/urlShortener/TypeScript'
24+
specPath: 'spec/Url-Shortener.json'
2225

2326
# Display name of the job
2427
name: Generate TypeScript SDK

0 commit comments

Comments
 (0)