Skip to content

Commit b7b601d

Browse files
committed
Add Patching to run smoke tests
1 parent 1223765 commit b7b601d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ jobs:
293293
# layer. But we only use the sample app build in the release workflow.
294294
# Also, we NEED the architecture value because some apps (like .NET and
295295
# Go) depend on this architecture value.
296+
- name: Patch ADOT
297+
run: ./patch-upstream.sh
296298
- name: Build functions
297299
run: GOARCH=${{ matrix.architecture }} ./build.sh ${{ matrix.architecture }}
298300
working-directory: ${{ env.TEST_LANGUAGE }}

0 commit comments

Comments
 (0)