test: add shell coverage for cleanup flow

This commit is contained in:
2026-05-15 02:06:55 +00:00
parent 0a7d824a67
commit aa80e8bda2
2 changed files with 134 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
name: CI
on:
push:
branches:
- develop
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq
- name: Run shell tests
run: bash tests/entrypoint.sh