0-sv

Results 15 comments of 0-sv

Any new insights @axsaucedo?

Thanks for the quick reply. Then I am considering to create a self-hosted runner, unless I have some buy-in from my team to continue debugging, I'll keep you updated.

I was able to solve it, the tools provided by Github Actions proved to be sufficient. > The issue looks like the nodeport for KinD api server (in your case...

This seems to work: ```json "test:strict": "TS_NODE_PROJECT='./tsconfig.strict.json' NODE_ENV=test mocha -r ts-node/register --timeout 25000 -r ts-custom-error src/*.test.* --exit" ``` But it doesn't work with ts-mocha as I expect with the `--project`...

I also have access to some environment variables, listed here: https://github.com/TypeStrong/ts-node/tree/629525474fb548fddb7a90a48ab795a9199b1997#cli-and-programmatic-options. Does this also work for `ts-mocha`?

Would be interesting to take over the project, as they are looking for new maintainers.

I thought we were using that action, but anyway, I sent a wrong issue, I actually meant this one: https://github.com/helm/chart-releaser-action/issues/70 (ie., chart releases get appended not overwritten). Edit: I now...

> Please google how to do this with yaml source files. Maybe it is possible to do it directly like: > $ref: file:values-schema/yaml > But please investigate other options otherwise....

> I am already refactoring this in api. Coming soon For reference: - issue: https://github.com/redkubes/otomi-api/issues/145. - pr: https://github.com/redkubes/otomi-api/pull/152