Skip to content

Commit 3a407b2

Browse files
authored
Add target os variable to windows validation (#1244)
1 parent d600578 commit 3a407b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-domain-library.yml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
export PACKAGE_TYPE="${{ matrix.package_type }}"
110110
export CHANNEL="${{ matrix.channel }}"
111111
export SMOKE_TEST="${{ inputs.smoke_test }}"
112+
export TARGET_OS="windows"
112113
eval $SMOKE_TEST
113114
validate-macos:
114115
if: (inputs.os == 'macos' || inputs.os == 'all')

0 commit comments

Comments
 (0)