mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
32 bit on 32 bit
This commit is contained in:
@@ -173,6 +173,9 @@ jobs:
|
||||
# Run tests
|
||||
if [ "${{ inputs.target-platform }}" != "linux" ]; then
|
||||
echo "About to start tests"
|
||||
if [ "${{ inputs.target-platform }}" = "windows" ] && [ "${{ inputs.target-arch }}" = "x86" ]; then
|
||||
export npm_config_arch="ia32"
|
||||
fi
|
||||
node script/yarn test --runners=main --trace-uncaught --enable-logging --files $tests_files
|
||||
else
|
||||
chown :builduser .. && chmod g+w ..
|
||||
|
||||
Reference in New Issue
Block a user