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

Create CI/CD with Github actions #25

Open
LeoUrzua opened this issue Feb 5, 2020 · 0 comments
Open

Create CI/CD with Github actions #25

LeoUrzua opened this issue Feb 5, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@LeoUrzua
Copy link
Collaborator

LeoUrzua commented Feb 5, 2020

Is your feature request related to a problem? Please describe.

Every time that a new CI is triggered we have to see the logs from external tool -> travis

Describe the solution you'd like

Use GitHub actions, so we can see everything consolidated here without going to external tools/pages

Since this is a delicate thing because this repo has semantic-release when merging to master then the CD gets activated publishing a new version of the package (and these versions are unique).

I highly recommend to do it in a sample repository first, just the way it was done before for Travis here: https://github.com/wizeline/lerna-leo,

https://www.npmjs.com/package/@evolsignal/learning-package-one.

Once the Github actions are validated there. then we use the same logic here

Additional context

Currently, the CI is with Travis -> https://github.com/wizeline/access-decision-manager/blob/master/.travis.yml
and it is working ok but all the actions does not live in the same place.
In order to consolidate things in this single Github repository the CI has to be moved to Github actions then all the pipeline, commits... etc can be seen here

external URL: https://travis-ci.com/wizeline/access-decision-manager/builds/144173093

image

@LeoUrzua LeoUrzua added the enhancement New feature or request label Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants