Hi Carlos, all good. The travis change [1] that Dave kindly setup was much simpler than I thought and does the right job.
[1] https://github.com/apache/openwhisk-wskdebug/blob/master/.travis.yml Cheers, Alex ________________________________ From: Carlos Santana <csantan...@gmail.com> Sent: Thursday, March 5, 2020 04:05 To: dev@openwhisk.apache.org <dev@openwhisk.apache.org> Subject: Re: [wskdebug] github actions We currently use Travis for OpenWhisk npm js lib [1] but also I’m cool if you want to use github actions is all just about maintainance We have scripts to test and also to publish to npm js registry We currently use codecov [2] check out the npm scripts [1] https://github.com/apache/openwhisk-client-js/blob/master/.travis.yml [2] https://github.com/apache/openwhisk-client-js/blob/master/package.json#L17 - Carlos Santana @csantanapr > On Mar 4, 2020, at 8:44 PM, Alexander Klimetschek > <aklim...@adobe.com.invalid> wrote: > > Ok, cool. Nodejs 13 (or "latest" if available) is missing yet here [1]. > > We should also remove the .circleci folder. > > And would be great to add codecov support [2] [3]. I hope that service is > allowed. It could happen after the first release though. It needs an account > config + secret/token configured somewhere in travis I assume. > > [1] > https://github.com/apache/openwhisk-wskdebug/blob/master/.travis.yml#L19-L22 > [2] https://codecov.io > [3] > https://github.com/alexkli/openwhisk-wskdebug/blob/2c2edd384835d6ecede8dc891f505bbca2944cd8/.github/workflows/nodejs.yml#L21-L23 > > Cheers, > Alex > ________________________________ > From: David P Grove <gro...@us.ibm.com> > Sent: Wednesday, March 4, 2020 13:40 > To: dev@openwhisk.apache.org <dev@openwhisk.apache.org> > Subject: RE: [wskdebug] github actions > > Alexander Klimetschek <aklim...@adobe.com.INVALID> wrote on 03/04/2020 > 03:36:40 PM: >> >> I expect it would take considerable time to get Travis to work here >> and I would like to get back to making changes and fixes to >> wskdebug, which is currently blocked without a CI. > > Travis is configured and running tests on all PRs plus a daily run on > master via cron. > > --dave