Skip to content

Commit

Permalink
fix: semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Mar 9, 2022
1 parent 6b80d7b commit 8524e5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: coverage
prefix: coverage
integration-test:
working_directory: ~/lumigo-node
working_directory: ~/lumigo-node-wrapper
docker:
- image: lumigo/ci:latest
auth:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
version: 19.03.13
- run:
name: run tests
command: cd ../integration-tests && export CURRENT_REPO=lumigo-node && export testNode=true && npm run test-parallel
command: cd ../integration-tests && export CURRENT_REPO=lumigo-node-wrapper && npm run test-parallel
no_output_timeout: 30m
- store_test_results:
path: ../integration-tests/src/test/test-results
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lumigo/lumigo-node-wrapper",
"name": "@lumigo/microservices-node-tracer",
"version": "1.0.1",
"description": "Lumigo wrapper to trace distributed architecture",
"main": "lib/src/wrapper.js",
Expand Down
2 changes: 1 addition & 1 deletion src/wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const getTracerInfo = (): { name: string; version: string } => {
},
'Failed to get wrapper version',
'warn',
{ name: '@lumigo/lumigo-node-wrapper', version: '0.0.0' }
{ name: '@lumigo/microservices-node-tracer', version: '0.0.0' }
)();
};

Expand Down

0 comments on commit 8524e5f

Please sign in to comment.