Michael Gliwinski

Results 4 issues of Michael Gliwinski

PR #13 addresses #5 but only runs the basic tests which don't require Kubernetes. It should be possible to extend the workflow added in #13 to run all tests by...

Hi :wave: I've created a [GitHub Action](https://help.github.com/en/github/automating-your-workflow-with-github-actions/about-actions) to setup BATS to be able to run BATS tests in CI [workflows](https://help.github.com/en/github/automating-your-workflow-with-github-actions). It's available [here](https://github.com/mig4/setup-bats). Would this be something that you'd be...

Type: Enhancement
Type: Question
Priority: Medium
Component: Packaging

List commands are producing JSON/YAML output and this allows piping it to the likes of jq/yq for further processing.

AFAICT the purpose of a problem matcher is to capture errors in the output, parse them and provide links to location where the problem originated. Which sounds useful for BATS...