-
-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Description
Summary
Looking at Appveyor tests failing, I noted that some of them were about ENV['PATH']
was blank.
Can that be configured to fix it?
Expected Behavior
No tests failing on Appveyor, would be nice.
Current Behavior
Tests fail with ENV['PATH']
not being set on Appveyor.
Possible Solution
Configuring Appveyor builds to have a $PATH.
Steps to Reproduce (for bugs)
n/a
Context & Motivation
It keeps the build indicator red for all our PRs.