fixup use same args as AppVeyor WOA for GHA WOA

This commit is contained in:
John Kleinschmidt
2024-11-19 14:46:33 -05:00
parent 29f2ba74e2
commit f5430b4a69

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 ${{ inputs.target-arch == 'arm64' && '--disable-features=CalculateNativeWinOcclusion' }}) --files %tests_files%
node script/yarn test --runners=main --trace-uncaught --enable-logging ${{ inputs.target-arch == 'arm64' && '--disable-features=CalculateNativeWinOcclusion' || '' }} --files %tests_files%
- name: Upload Test results to Datadog
env:
DD_ENV: ci