Skip to content

Commit

Permalink
compile xray
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski committed Apr 3, 2024
1 parent 89f73af commit 1664280
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 @@ -37,6 +37,9 @@ jobs:
run: npx [email protected] run version:update # Newer versions have trouble with our lerna.json which contains `useWorkspaces`
- name: Prepare opentelemetry-js-contrib
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}
run: npm install
- 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-instrumentation-aws-lambda
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/plugins/node/opentelemetry-instrumentation-aws-lambda
Expand Down

0 comments on commit 1664280

Please sign in to comment.