cicd: fix echp typo

This commit is contained in:
light7734 2024-10-14 14:35:05 +03:30
parent f8da02bb2d
commit 416dc52b7a
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 2 additions and 2 deletions

View File

@ -101,11 +101,11 @@ steps:
image: ubuntu_amd64:latest
pull: if-not-exists
commands:
- echp "[TODO] Implement tests"
- echo "[TODO] Implement tests"
- ./build/Release/modules/light/light
- name: report_coverage
image: ubuntu_amd64:latest
pull: if-not-exists
commands:
- echp "[TODO] Implement coverage report"
- echo "[TODO] Implement coverage report"