Skip to content

[wip] bats suite in GH actions: PoC on custom runner #6

[wip] bats suite in GH actions: PoC on custom runner

[wip] bats suite in GH actions: PoC on custom runner #6

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
bats:
runs-on: compute-domain-runner
steps:
- uses: actions/checkout@v5
- name: make-bats
run: |
echo "running"
echo "KUBECONFIG: $KUBECONFIG"
make bats