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

testing in github actions? #1310

Closed
jung-kim opened this issue Apr 16, 2020 · 2 comments
Closed

testing in github actions? #1310

jung-kim opened this issue Apr 16, 2020 · 2 comments

Comments

@jung-kim
Copy link
Collaborator

Been working with github actions at work myself and do like it alot.

Except for the lack of manual triggers, which is driving me nuts, but if no objection I may try to set that one later.

@jung-kim
Copy link
Collaborator Author

Oh shoot, I'm an idiot. I didn't actually check the actions tab and there is one already.

Cheers

@campersau
Copy link
Collaborator

There are currently two github actions.

1. Run tests on linux, macos, windows for each PR or commit push and uploading electron packages as artifacts #1298
2. Bump dependencies daily #1296 see #1309 for the current PR from this action.

So currently our CI systems look like this:

Travis

Runs tests on linux and macos (on windows it is currently not possible to reinstall a newer git version see #1296 (comment)) on different versions of node and the latests git version.
Also creates npm and github releases when package.json version changes.

AppVeyor

Runs tests on windows on different versions of node.

GitHub Actions

Runs tests on linux, macos and windows on different versions of node and the latest git version. Also upload electron packages as atrifacts.

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

No branches or pull requests

2 participants