Try running on KiBot:latest
Some checks failed
KiBot CI / test (push) Failing after 1m0s

This commit is contained in:
2026-03-09 16:58:16 -07:00
parent 198bbc722e
commit d960236bb6

View File

@@ -25,7 +25,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
container: ghcr.io/inti-cmnb/kicad9_auto_full:dev
container: ghcr.io/inti-cmnb/kicad9_auto_full:latest
if: ${{ github.ref_type == 'tag' || !startsWith(github.event.head_commit.message, 'Merge pull request') }}
steps: