Skip to content

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

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

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

Workflow file for this run

name: tests-jp

Check failure on line 1 in .github/workflows/e2e.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yaml

Invalid workflow file

(Line: 9, Col: 5): Required property is missing: runs-on
on:
workflow_call:
workflow_dispatch:
jobs:
testsuite:
steps:
- uses: actions/checkout@v5
- name: bats-suite
run: |
echo "running"
make bats