staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
700 stars 66 forks source link

add cache clean before test run #51

Closed rostikts closed 2 years ago

rostikts commented 2 years ago

Fixed #50

dstpierre commented 2 years ago

@rostikts so weird, after merging this PR the GH actions is failing. Running tests locally works. Intriguing. Any ideas / something I'm missing?

rostikts commented 2 years ago

@dstpierre That's really weird, it looks like this issue requires deeper investigation, I'll revert this PR and dig deeper lately. I suggest that there could be a conflict in tests setup, I mean the TestMain func in main package and the same func in the postgres