-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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 suites BeforeSuite lifecycle.
Possible Fixes:
- Investigate why the path expansion by the ipfs library works differently from mac and linux
- or start an ipfs node in the github workflows service and update the flags set in
GetConfig()to point to this new ipfs node.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed