HH-636: run container smoke test in CI
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user