Skip to content

Commit b52d978

Browse files
committed
BUILD-10889: config-npm to pull npm packages from repox
1 parent e00aa63 commit b52d978

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/upload-actual/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ runs:
2828
path: ${{ inputs.it-dir }}/${{ inputs.actual-dir }}
2929
retention-days: ${{ env.RETENTION_DAYS }}
3030

31+
- name: Configure NPM
32+
uses: SonarSource/ci-github-actions/config-npm@v1
33+
if: runner.os != 'Windows'
34+
3135
- name: Generate Diff Report
3236
shell: bash
3337
env:

0 commit comments

Comments
 (0)