Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski committed Apr 3, 2024
1 parent 33c1097 commit 127b6a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- name: Prepare opentelemetry-js-contrib
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}
run: npm install
- name: Build opentelemetry-test-utils
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/packages/opentelemetry-test-utils
run: npm install && npm run compile
- 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
- name: Build opentelemetry-instrumentation-aws-lambda
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/plugins/node/opentelemetry-instrumentation-aws-lambda
run: npm install --ignore-scripts && npm run compile && npm pack --ignore-scripts
Expand Down

0 comments on commit 127b6a9

Please sign in to comment.