Skip to content

Commit

Permalink
No. It can't be faster
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski committed Apr 3, 2024
1 parent 9f2f3e7 commit 351952e
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 @@ -35,9 +35,9 @@ jobs:
- name: Generate version files in opentelemetry-js-contrib
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}
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: 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
Expand Down

0 comments on commit 351952e

Please sign in to comment.