From 82566b6046db79a346103b5edc67a95bdd779b22 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 6 May 2026 02:35:20 +0900 Subject: [PATCH] Update pipeline Build example-components --- .../example-components-1778002057572.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.harness/pipelines/example-components-1778002057572.yaml b/.harness/pipelines/example-components-1778002057572.yaml index 980ae67..ee9e550 100644 --- a/.harness/pipelines/example-components-1778002057572.yaml +++ b/.harness/pipelines/example-components-1778002057572.yaml @@ -19,6 +19,20 @@ pipeline: spec: shell: Sh command: echo "Welcome to Harness CI" + - step: + type: Run + name: Install deps + identifier: Install_Deps + spec: + shell: Sh + command: pip install -r requirements.txt + - step: + type: Run + name: Pytest + identifier: Pytest + spec: + shell: Sh + command: pytest --cov app platform: os: Linux arch: Amd64