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

✨ feat(GH ACTIONS): Migrated pipeline #937

Closed
wants to merge 1 commit into from
Closed

✨ feat(GH ACTIONS): Migrated pipeline #937

wants to merge 1 commit into from

Conversation

tush-tr
Copy link

@tush-tr tush-tr commented Nov 27, 2022

Migration of pipeline to Github Actions

Description

As described in issue #923, I migrated the Travis CI pipeline to GitHub Actions.
Some actions are required from your side before merging the pull request.

  • Please add secrets to your GitHub secrets.
    1. DOCKER_USERNAME
    2. DOCKER_PASSWORD

Related Issue

#923

Motivation and Context

GitHub Actions and Travis CI share multiple similarities, which helps make it relatively straightforward to migrate to GitHub Actions.
In some cases Github actions is better than Travis similarly Travis CI has its own benefits.

How Has This Been Tested?

I tested the job steps in the forked(only steps are like checking out code, testing code)

Screenshots (In case of UI changes):

No UI changes done.

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 change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@tush-tr tush-tr closed this by deleting the head repository May 8, 2023
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