forked from open-telemetry/opentelemetry-lambda
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89f73af
commit 1664280
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|