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

Conversation

codymikol
Copy link
Owner

@codymikol codymikol commented Jan 16, 2021

    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

@codymikol codymikol changed the base branch from master to next January 16, 2021 20:20
@codymikol codymikol force-pushed the ci-test branch 2 times, most recently from 4f7ae49 to 667da32 Compare January 16, 2021 20:29
@codymikol codymikol changed the title WIP: github actions for testing the next / master branch Github actions for testing the next / master branch Jan 16, 2021
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
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.

1 participant