Skip to content

Commit

Permalink
compile opentelemetry-propagation-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski committed Apr 3, 2024
1 parent 41a0ddf commit 33c1097
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Build opentelemetry-propagator-aws-xray
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/propagators/opentelemetry-propagator-aws-xray
run: npm install && npm run compile
- name: Build opentelemetry-propagation-utils
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/packages/opentelemetry-propagation-utils
run: npm install && npm run compile
- name: Build opentelemetry-test-utils
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/packages/opentelemetry-test-utils
run: npm install && npm run compile
Expand Down

0 comments on commit 33c1097

Please sign in to comment.