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

Upgrade CI provider to use GH Actions in place of Travis #120

Merged
merged 3 commits into from
May 9, 2020

Conversation

ryanio
Copy link
Collaborator

@ryanio ryanio commented Apr 30, 2020

This PR:

  • Upgrades the CI provider for this repository to use GH Actions in place of Travis.
  • Adds a karma test runner.

Running the test suite in the browser takes ~23 mins due to some of the heavier crypto ops so it can be left off as a required check for quicker PRs, but it is nice to have confirmation that everything works properly in Chrome and Firefox. I sped up the browser test suite a bit by slicing off some
test permutations when isRunningInKarma(), and can probably find some more optimizations by further skipping slower or redundant tests, but I will leave that for a future PR.

Copy link
Member

@holgerd77 holgerd77 left a comment

Choose a reason for hiding this comment

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

Ok, this looks good, thanks Ryan, great! 😄

@holgerd77 holgerd77 merged commit b7574b1 into master May 9, 2020
@holgerd77 holgerd77 deleted the useGHActions branch May 9, 2020 07:59
This was referenced May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants