Skip to content

Commit 535ba17

Browse files
Debug: MR to branch
Change added in MR file to get error in case of silent CI merge to the master branch Relates-To: Minor Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent 3a1a795 commit 535ba17

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/psv_pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 'task/ocmam-442-integrate-boost-json'
78
pull_request:
89
branches:
910
- '*'

olp-cpp-sdk-core/tests/utils/JsonTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const std::string kJsonData = R"json(
3737
],
3838
"regions": [
3939
{
40-
"id": 423423,
40+
"id": 427423,
4141
"parent_id": 14123411,
4242
"catalogs": [
4343
{

0 commit comments

Comments
 (0)