Skip to content

Cleaning up Github Actions CI on generated apps#685

Merged
jwoertink merged 2 commits intomasterfrom
issues/674
Sep 24, 2021
Merged

Cleaning up Github Actions CI on generated apps#685
jwoertink merged 2 commits intomasterfrom
issues/674

Conversation

@jwoertink
Copy link
Member

Fixes #674

The default system runs-on: ubuntu-latest already has node, yarn, chromium, and postgres CLI tools installed on it. We can save some time by just using that system and what's already on there.

This setup also allows someone to easily add support for multiple versions of Crystal if they want.

@jwoertink
Copy link
Member Author

This is doing basically the same as @stephendolan Lucky Jumpstart https://github.com/stephendolan/lucky_jumpstart

@jwoertink jwoertink merged commit d380fd0 into master Sep 24, 2021
@jwoertink jwoertink deleted the issues/674 branch September 24, 2021 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up generated CI runner file

2 participants