Skip to content

Commit

Permalink
Add target os variable to windows validation (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 17, 2022
1 parent d600578 commit 3a407b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-domain-library.yml
Expand Up @@ -109,6 +109,7 @@ jobs:
export PACKAGE_TYPE="${{ matrix.package_type }}"
export CHANNEL="${{ matrix.channel }}"
export SMOKE_TEST="${{ inputs.smoke_test }}"
export TARGET_OS="windows"
eval $SMOKE_TEST
validate-macos:
if: (inputs.os == 'macos' || inputs.os == 'all')
Expand Down

0 comments on commit 3a407b2

Please sign in to comment.