OPSEXP-2308 Bump KinD version and k8s to 1.27 #699
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI with BATS 🦇 | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
test: | |
name: test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: mig4/setup-bats@v1 | |
with: | |
bats-version: 1.8.0 | |
- name: 🦇🦇🦇 | |
run: bats -r --print-output-on-failure . |