Skip to content

fix: moved and no longer available crds #53

fix: moved and no longer available crds

fix: moved and no longer available crds #53

Workflow file for this run

---
name: 'Test'
on:
- 'pull_request'
- 'push'
jobs:
bats:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- name: 'Install BATS'
run: 'sudo npm install --global bats'
- name: 'Install kubeval'
uses: 'lra/[email protected]'
- name: 'Run BATS tests'
run: 'bats --recursive test/'