excaliburjs/template-ts-parcel

CI runs hangs and fails

depsypher opened this issue · 2 comments

Using this template to create a new project, then checking in a change to your new project causes Github Actions to run, which seems to run for hours then time out and fail.

Steps to Reproduce

Check out the template project, make any change, commit/push and watch CI spin and eventually fail.

Expected Result

Maybe no CI should be run at all? Or at least it should pass.

Actual Result

CI runs and fails

Environment

  • browsers and versions: N/A
  • operating system: N/A
  • Excalibur versions: N/A

Current Workaround

remove node.js.yml

@depsypher Thanks for the issue!

Definitely not intended!

This is the parcel v1 template repo, you might have better luck with the parcel v2 https://github.com/excaliburjs/template-ts-parcel-v2?

Ah, that explains a lot of the troubles I was having. Pretty sure I just clicked on the first link in "getting started". Will try Parcel 2... btw, I'm not sure the Parcel 1 setup really works at all anymore. Not just the CI issue, but I couldn't get it to really work at all. Could be just me, but might want to consider retiring it?