Is there any way to run unit tests for vault application?

While I run unit tests from GitHub workflow, I see this error - System.Runtime.InteropServices.COMException : Retrieving the COM class factory for component with CLSID ........ failed due to the following error: Class not registered. I got to know that this is because the GitHub hosted runner doesn't have M-Files installed. 

In that case, is there any way to run test for vault application?