Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up CI in GitHub Actions #955

Merged
merged 1 commit into from
Nov 20, 2019
Merged

Set up CI in GitHub Actions #955

merged 1 commit into from
Nov 20, 2019

Conversation

dfreeman
Copy link
Member

This PR introduces a definition for a "CI" GitHub workflow that aims to give equivalent coverage to that of our current Azure Pipelines setup.

Once we're happy with the setup, and assuming a quorum of the Typed Ember folks are on board, we can remove the Azure config files and update our Required Checks for PRs.

One note: I played some with actions/cache to persist dependencies across builds and speed things up a bit, but I'm not sure it's quite baked enough for our needs yet. It should be easy enough to layer on in the future if we figure out a way to use it effectively.

Copy link
Member

@chriskrycho chriskrycho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAAAASSSSS

Comment on lines +15 to +17
# early issue detection: run CI weekly on Sundays
schedule:
- cron: '0 6 * * 0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@chriskrycho chriskrycho merged commit 702f215 into master Nov 20, 2019
@delete-merged-branch delete-merged-branch bot deleted the gh-actions branch November 20, 2019 16:15
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.

None yet

2 participants