Skip to content

Commit 9710777

Browse files
jasonpcarrollczjaso
andauthored
Update manifest to list CMock as a test dependency. (#196)
* Update manifest to list CMock as a test dependency. * Fix manifest verification from checking for test dependency. --------- Co-authored-by: czjaso <czjaso@amazon.com>
1 parent da57340 commit 9710777

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
with:
170170
path: ./
171171
fail-on-incorrect-version: true
172+
exclude-submodules: "test/unit-test/CMock"
172173

173174
proof_ci:
174175
if: ${{ github.event.pull_request }}

manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "coreHTTP"
2-
version: "v3.1.1"
2+
version: "v3.1.1+"
33
description:
44
"Client implementation of the HTTP/1.1 specification for embedded devices."
55
license: "MIT"
@@ -13,6 +13,7 @@ dependencies:
1313
url: "https://github.com/nodejs/llhttp.git"
1414
path: source/dependency/3rdparty/llhttp
1515

16+
testDependencies:
1617
- name: "CMock"
1718
version: "v2.5.3"
1819
license: "MIT"

0 commit comments

Comments
 (0)