Skip to content

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

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

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

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"
sudo apt-get -y install time
make bats