mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: run tests on windows normally
This commit is contained in:
@@ -109,8 +109,8 @@ jobs:
|
||||
tests_files=$(node script/split-tests ${{ matrix.shard }} ${{ inputs.target-platform == 'macos' && 1 || 3 }})
|
||||
|
||||
# Run tests
|
||||
if [ "`uname`" = "Darwin" ]; then
|
||||
node script/yarn test --runners=main --trace-uncaught --enable-logging
|
||||
if [ "${{ inputs.target-platform }}" != "linux" ]; then
|
||||
node script/yarn test --runners=main --trace-uncaught --enable-logging --files $tests_files
|
||||
else
|
||||
chown :builduser .. && chmod g+w ..
|
||||
chown -R :builduser . && chmod -R g+w .
|
||||
|
||||
Reference in New Issue
Block a user