Skip to content

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

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

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

Workflow file for this run

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