Skip to content

Commit

Permalink
fix latest build
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Oct 5, 2023
1 parent 97bca4f commit a94e421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
- name: Test install npm - v2
working-directory: build/npm/v2
run: |
npm install --gq
npm install -gq
jfrog --version
npm uninstall -gq jfrog-cli-v2
if: steps.npm-changed-files.outputs.any_changed == 'false'

- name: Test install npm - v2-jf
working-directory: build/npm/v2-jf
run: |
npm install --gq
npm install -gq
jf --version
npm uninstall -gq jfrog-cli-v2-jf
if: steps.npm-changed-files.outputs.any_changed == 'false'
Expand Down

0 comments on commit a94e421

Please sign in to comment.