Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
appveyor workaround for appveyor/ci#2420
  • Loading branch information
nornagon authored and MarshallOfSound committed Mar 8, 2019
1 parent 9273414 commit c46c42e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -79,6 +79,8 @@ build_script:
appveyor PushArtifact out/Default/symbols.zip
}
test_script:
# Workaround for https://github.com/appveyor/ci/issues/2420
- set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
- ps: >-
if ((-Not (Test-Path Env:\ELECTRON_RELEASE)) -And ($env:GN_CONFIG -in "testing", "release")) {
$env:RUN_TESTS="true"
Expand Down

0 comments on commit c46c42e

Please sign in to comment.