Skip to content

Commit 668f47c

Browse files
committed
chore(tests): add git version echo to windows tests
Appveyor has conflicting information on the git version that they use. This change makes sure that we echo out the git version during test runs, after npm install.
1 parent 622e56c commit 668f47c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ test_script:
1414
# Output useful info for debugging.
1515
- node --version
1616
- npm --version
17+
- git --version
1718
# run tests
1819
- npm test
1920

0 commit comments

Comments
 (0)