Skip to content

fix: eliminate idle CPU burn + missing system-table warnings + Docker volume UX (closes #20) #8

fix: eliminate idle CPU burn + missing system-table warnings + Docker volume UX (closes #20)

fix: eliminate idle CPU burn + missing system-table warnings + Docker volume UX (closes #20) #8

Workflow file for this run

# CI — thin wrapper that calls the reusable test workflow.
name: CI
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
workflow_call:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
if: github.event.pull_request.draft == false
name: Test Suite
uses: ./.github/workflows/test.yml