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

Add github actions workflow for testing #971

Merged
merged 2 commits into from
Mar 3, 2020
Merged

Conversation

cspotcode
Copy link
Collaborator

Experiment to see if Github Actions are faster than Travis CI.

@coveralls
Copy link

coveralls commented Mar 2, 2020

Coverage Status

Coverage remained the same at 79.231% when pulling 436fd20 on ab/test-on-github-actions into 6596a0d on master.

@cspotcode
Copy link
Collaborator Author

I'm gonna go ahead and merge this so I can see how speed compares to Travis in other pull requests. Apologies if it's an overreach for me to do this without peer review; I'll undo it if anyone disagrees or if it causes problems.

@cspotcode cspotcode merged commit 7e08a7b into master Mar 3, 2020
Copy link
Member

@blakeembrey blakeembrey left a comment

Choose a reason for hiding this comment

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

Looks great, thanks!

node: 6
typescript: typescript@latest
- flavor: 2
node: 13
Copy link
Member

Choose a reason for hiding this comment

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

FWIW, I usually use stable to avoid incrementing this over time. The earliest and lastest node versions has served me pretty well across the things I maintain.

- run: npm run build
- run: npm rm tslint
- run: npm install ${{ matrix.typescript }}
- run: npm run test-cov
Copy link
Member

Choose a reason for hiding this comment

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

Don't forget to push the coverage info to coveralls.

@cspotcode cspotcode deleted the ab/test-on-github-actions branch May 9, 2020 20:26
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

3 participants