Skip to content

Migrate to GitHub Actions for CI #187

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

Merged
merged 3 commits into from
Nov 25, 2020
Merged

Migrate to GitHub Actions for CI #187

merged 3 commits into from
Nov 25, 2020

Conversation

thomashoneyman
Copy link
Member

Migrates to GitHub Actions for CI. This serves as a demonstration for other repositories in the PureScript core organization which have tests (unlike the same change made for semirings, as that library doesn't have tests).

@thomashoneyman
Copy link
Member Author

thomashoneyman commented Nov 25, 2020

If desired, I can also add caching for NPM / Bower dependencies, as well as caching for the output directory for the built PureScript code. It's not a huge deal -- the entire build / test pipeline takes about 30 seconds -- but it's easy to add.

Copy link
Contributor

@hdgarrood hdgarrood left a comment

Choose a reason for hiding this comment

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

Thanks! I’d suggest not bothering with caching since it’s another thing to potentially go wrong and it’s not saving us a whole lot of time in this case.

@thomashoneyman thomashoneyman merged commit 08dbdfe into master Nov 25, 2020
@thomashoneyman thomashoneyman deleted the actions branch December 4, 2020 22:46
@thomashoneyman
Copy link
Member Author

Backlinking to purescript/purescript#3962

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.

2 participants