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

Github actions for testing the next / master branch #464

Merged
merged 1 commit into from
Jan 21, 2021
Merged

Commits on Jan 16, 2021

  1. feat(ci): added github workflow for testing

    this will be run against pull requests on next
    and master.
    
    this also updates karma to v6 and utilizes the new
    public api so we no longer have to fork a child
    process to avoid karma < 6's behavior of calling
    process.exit(#)
    
    this also increases the default timeout of the
    integration tests as 5 seconds was just too short
    for the CI to be able to properly complete.
    
    Fixes N/A
    Cody Mikol authored and codymikol committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    a623617 View commit details
    Browse the repository at this point in the history