HH-636: run container smoke test in CI
Docker image / Test (pull_request) Failing after 1m24s
Docker image / Build and publish (pull_request) Skipped

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-08-24 23:36:07 +08:00
co-authored by multica-agent
parent 5f5b5799e4
commit 4fcf164953
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -38,6 +38,9 @@ jobs:
- name: Run tests
run: ./scripts/test.sh
- name: Run container smoke test
run: ./tests/container-smoke.sh
build:
name: Build and publish
needs: test
+1
View File
@@ -13,6 +13,7 @@ grep -F 'packages: write' "$workflow" >/dev/null
grep -F 'ghcr.io/${{ github.repository }}' "$workflow" >/dev/null
grep -F 'platforms: linux/amd64' "$workflow" >/dev/null
grep -F 'needs: test' "$workflow" >/dev/null
grep -F 'run: ./tests/container-smoke.sh' "$workflow" >/dev/null
grep -F 'cache-to: type=gha,mode=max,ignore-error=true' "$workflow" >/dev/null
# Match the GitHub expression literally.
# shellcheck disable=SC2016