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

chore: move unit test from travis ci to github actions #129

Merged
merged 2 commits into from Apr 16, 2020

Conversation

kakhaUrigashvili
Copy link
Contributor

Moving unit test ci build to github actions

Few reasons

  1. Seems to run faster
  2. Github actions can help us better organize some other automated checks. For example, we will add intergration-test.yml in .github/workflows folder in the integration test PR.

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [8, 10, 12]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only difference you can not specify latest stable node version, but the feature is coming: actions/setup-node#58

.travis.yml Show resolved Hide resolved
@kakhaUrigashvili kakhaUrigashvili merged commit 6498135 into develop Apr 16, 2020
@kakhaUrigashvili kakhaUrigashvili deleted the github-actions-unit-test branch April 16, 2020 23:08
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