Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

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.

@ryanio ryanio force-pushed the useGHActions branch 3 times, most recently from 5c1cf1b to 916eb0c Compare April 30, 2020 22:06
@ryanio ryanio marked this pull request as ready for review April 30, 2020 22:41
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants