Closed jelhan closed 3 years ago
I think I can help out with this issue. I'm guessing that I'd need to update the following files:
?
That would be awesome.
I'm guessing that I'd need to update the following files:
* https://github.com/jelhan/create-github-actions-setup-for-ember-addon/blob/master/templates/.github/workflows/ci.yml * Test snapshots
Exactly. But no need to update the snapshots manually. To update them run yarn test
with -u
flag.
Normally I'm following this flow for such issues:
templates/.github/workflows/ci.yml
.yarn test -u
.
@ijlee2 proposed to add empty lines between each step and after each job to improve readability:
See https://github.com/jelhan/ember-style-modifier/pull/32#issuecomment-735256781 for more context.