Skip to content

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

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

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

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: 11, Col: 1): 'jobs' is already defined
on:
workflow_call:
workflow_dispatch:
jobs:
build-push:
runs-on: compute-domain-runner
jobs:
testsuite:
steps:
- uses: actions/checkout@v5
- name: bats-suite
run: |
echo "running"
make bats