Skip to content

introduce chart install testing with ct install #674

introduce chart install testing with ct install

introduce chart install testing with ct install #674

Workflow file for this run

name: Validate
on:
push:
paths-ignore:
- '.github/**'
- 'README.md'
pull_request:
paths-ignore:
- '.github/**'
- 'README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
conftest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Conftest
uses: redhat-cop/github-actions/confbatstest@master
with:
tests: _test/conftest.sh