Skip to content

Commit

Permalink
resolving the conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevan-kamkar committed Sep 1, 2023
2 parents ef4523a + 8d2fcc7 commit 2bcd536
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 139 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
protos=("auth" "compositionservice")
for str in ${protos[@]}; do
proto_path="$(pwd)/lib-utilities/proto/$str"
proto_out_path="$(pwd)/svc-composition-service/app/proto/$str"
proto_out_path="$(pwd)/svc-composition-service/app/proto/$str"
proto_file_name="$str.proto"
if [ $str == 'auth' ]
then
Expand All @@ -273,7 +273,7 @@ jobs:
if [[ -f "$proto_grpc_file" ]]; then
sed -i 's/import '$protoc_pb2_name'/import proto.'$str'.'$protoc_pb2_name'/gI' $proto_grpc_file
fi
done
done
- name: Build
run: |
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
else
GORACE=history_size=7 go test ./... --cover
fi
echo "Test Done"
if [ $? -eq 0 ]; then
echo Unit Testing for odimra service/lib dependencies $i is Successful !!!!
Expand Down
Loading

0 comments on commit 2bcd536

Please sign in to comment.