use same args as AppVeyor WOA for GHA WOA

This commit is contained in:
John Kleinschmidt
2024-11-18 19:02:23 -05:00
parent b8e466bac4
commit 3c7e251a97

View File

@@ -244,7 +244,7 @@ jobs:
run: |
cd src\electron
echo "NPM CONFIG ARRCH %npm_config_arch% FILES: %tests_files%"
node script/yarn test --runners=main --trace-uncaught --enable-logging --files %tests_files%
node script/yarn test --runners=main --trace-uncaught --enable-logging ${{ inputs.target-arch == 'macos' && --disable-features=CalculateNativeWinOcclusion }}) --files %tests_files%
- name: Upload Test results to Datadog
env:
DD_ENV: ci