Skip to content

Commit

Permalink
build sdk logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski committed Apr 3, 2024
1 parent 1664280 commit 56af77c
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 @@ -53,6 +53,9 @@ jobs:
- name: Prepare opentelemetry-js
working-directory: ${{ env.OPENTELEMETRY_JS_PATH }}
run: npm install
- name: Build sdk-logs
working-directory: ${{ env.OPENTELEMETRY_JS_PATH }}/experimental/packages/sdk-logs
run: npm install && npm run compile
- name: Build opentelemetry-instrumentation
working-directory: ${{ env.OPENTELEMETRY_JS_PATH }}/experimental/packages/opentelemetry-instrumentation
run: npm install && npm run compile && npm pack
Expand Down

0 comments on commit 56af77c

Please sign in to comment.