HH-636: run container smoke test in CI (#5)
Docker image / Test (push) Successful in 2m52s
Docker image / Build and publish (push) Failing after 23s

This commit was merged in pull request #5.
This commit is contained in:
2026-08-25 00:40:20 +08:00
parent 5f5b5799e4
commit 6c67390d52
4 changed files with 43 additions and 47 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