You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
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.ymland 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
The text was updated successfully, but these errors were encountered: