farmOS / farmOS.js

A JavaScript library for working with farmOS data structures and interacting with farmOS servers.
MIT License
17 stars 13 forks source link

Use workflow artifacts for debugging failed tests in CI. #44

Closed jgaehring closed 2 years ago

jgaehring commented 3 years ago

From https://github.com/farmOS/farmOS.js/issues/43#issuecomment-930333654 and subsequent comments:

Maybe for now I'll just write something up that dumps some JSON from any errors that halt a test from running. Could be helpful for issues like this that happen in the future, where it's not the test per se that fails, but rather compatibility issue.

jgaehring commented 2 years ago

Oops, didn't realize I had this duplicate of #46.