Skip to content

Commit 82566b6

Browse files
Update pipeline Build example-components
1 parent aa85102 commit 82566b6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.harness/pipelines/example-components-1778002057572.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ pipeline:
1919
spec:
2020
shell: Sh
2121
command: echo "Welcome to Harness CI"
22+
- step:
23+
type: Run
24+
name: Install deps
25+
identifier: Install_Deps
26+
spec:
27+
shell: Sh
28+
command: pip install -r requirements.txt
29+
- step:
30+
type: Run
31+
name: Pytest
32+
identifier: Pytest
33+
spec:
34+
shell: Sh
35+
command: pytest --cov app
2236
platform:
2337
os: Linux
2438
arch: Amd64

0 commit comments

Comments
 (0)