Skip to content

Commit 7c4935f

Browse files
committed
add missing generated code
1 parent 53d54a2 commit 7c4935f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/api-deployer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ jobs:
255255
name: feeds_gen
256256
path: api/src/feeds_gen/
257257

258+
- uses: actions/download-artifact@v4
259+
with:
260+
name: feeds_operations_gen
261+
path: functions-python/operations_api/feeds_operations_gen/
262+
258263
- name: Build python functions
259264
run: |
260265
scripts/function-python-build.sh --all

.github/workflows/build-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,11 @@ jobs:
113113
with:
114114
name: feeds_gen
115115
path: api/src/feeds_gen/
116+
overwrite: true
117+
118+
- name: Operations API generated code
119+
uses: actions/upload-artifact@v4
120+
with:
121+
name: feeds_operations_gen
122+
path: functions-python/operations_api/feeds_operations_gen/
116123
overwrite: true

0 commit comments

Comments
 (0)