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

chore(github): enable github actions #277

Merged
merged 3 commits into from
Jun 18, 2021
Merged

Conversation

nellyk
Copy link
Contributor

@nellyk nellyk commented Jun 17, 2021

Update to use Github actions as travis.org is now discontinued

Description

Motivation and Context

How Has This Been Tested?

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (adding or updating documentation)
  • Dependency update

Checklist:

  • My change requires a change to the documentation and I have updated the documentation accordingly.
  • My changes are in sync with the code style of this project.
  • There aren't any other open Pull Requests for the same issue/update.
  • These changes should be applied to a maintenance branch.
  • I have added the Apache 2.0 license header to any new files created.

What is the Impact to Developers Using Jest-Image-Snapshot?

@nellyk nellyk requested a review from a team as a code owner June 17, 2021 15:44
@nellyk nellyk changed the base branch from master to main June 17, 2021 15:45
JAdshead
JAdshead previously approved these changes Jun 17, 2021
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10.x', '12.x', '14.x' ]
Copy link
Member

Choose a reason for hiding this comment

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

Are these versions meant to be different for the health check vs tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nope they should ideally be the same, i have updated them

runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12.x', '14.x', '16.x' ]
Copy link
Member

Choose a reason for hiding this comment

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

We should probably test on 10 since we still support it and not supporting would be a breaking change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added it back

@marcusrbrown marcusrbrown merged commit 00933c1 into main Jun 18, 2021
@marcusrbrown marcusrbrown deleted the chore/github-actions branch June 18, 2021 06:39
@oneamexbot
Copy link
Contributor

🎉 This PR is included in version 4.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

goverdhan07 pushed a commit to goverdhan07/jest-image-snapshot that referenced this pull request Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants