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 d72b989 commit 8f26863
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,17 @@ jobs:
- name: Test install npm - v2
working-directory: build/npm/v2
run: |
npm install -gq
npm install -g
./bin/jfrog.exe --version
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 -g
./bin/jf.exe --version
jf --version
npm uninstall -gq jfrog-cli-v2-jf
if: steps.npm-changed-files.outputs.any_changed == 'false'
Expand Down

0 comments on commit 8f26863

Please sign in to comment.