From 45f9cbdd7c72038ba1ddc655afe85ce6f8d32fdb Mon Sep 17 00:00:00 2001 From: Minglong Pan <56749246+minglong51@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:31:09 -0700 Subject: [PATCH] ci: verify provider evidence artifacts --- .github/workflows/smoke.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index ae74a1d..026e525 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -106,6 +106,9 @@ jobs: - name: Exercise provider evidence contracts run: PYTHONDONTWRITEBYTECODE=1 python3 -m unittest -v tests.test_provider_evidence + - name: Verify provider evidence artifacts + run: PYTHONDONTWRITEBYTECODE=1 python3 scripts/provider_evidence.py --check + - name: Exercise lifecycle and local fleet shell: bash run: |