Browse Source

Merge remote-tracking branch 'origin/main' into win-cross

Samuel Attard 10 months ago
parent
commit
7f9f9f34b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/pipeline-segment-electron-test.yml

+ 1 - 0
.github/workflows/pipeline-segment-electron-test.yml

@@ -112,6 +112,7 @@ jobs:
           chown :builduser .. && chmod g+w ..
           chown -R :builduser . && chmod -R g+w .
           chmod 4755 ../out/Default/chrome-sandbox
+          runuser -u builduser -- git config --global --add safe.directory $(pwd)
           runuser -u builduser -- xvfb-run script/actions/run-tests.sh script/yarn test --runners=main --trace-uncaught --enable-logging --files $tests_files
         fi
     - name: Wait for active SSH sessions