Fix Broken Integration Test on CI for Windows #278
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Expected Behaviour
Github Actions should run existing integration tests successfully on windows-latest machine
Actual Behaviour
Integrations tests run on the
windows-latest
operating systems are failing.Extra Information
Here is a CI run that failed: https://github.com/FleekHQ/space-daemon/runs/1524767049?check_suite_focus=true
The issue appears to be with a wrong
Ipfsnodepath
being passed to the ipfs node started in the integration suitesBeforeSuite
lifecycle.Possible Fixes:
GetConfig()
to point to this new ipfs node.The text was updated successfully, but these errors were encountered: