Skip to content

Commit

Permalink
Merge branch 'main' of github.com:open-telemetry/opentelemetry-js int…
Browse files Browse the repository at this point in the history
…o lint
  • Loading branch information
maryliag committed Oct 17, 2024
2 parents a6c95ce + c208991 commit db2251c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/tracecontext-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ mkdir -p target
rm -rf ./target/trace-context
git clone https://github.com/w3c/trace-context ./target/trace-context
cd ./target/trace-context && git checkout $TRACECONTEXT_GIT_TAG && cd -
python3 -m venv ./.venv
source ./.venv/bin/activate
pip3 install setuptools;
pip3 install aiohttp;
node ./integration-tests/propagation-validation-server/validation-server.js 1>&2 &
Expand Down

0 comments on commit db2251c

Please sign in to comment.