Skip to content

Fix Broken Integration Test on CI for Windows #278

@perfectmak

Description

@perfectmak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions