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 20171eb commit edc0f3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,17 @@ jobs:
working-directory: build/npm/v2
run: |
npm install -g
./bin/jfrog.exe --version
./bin/jfrog${{ matrix.suite.osSuffix }} --version
jfrog --version
npm uninstall -g 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 -g
./bin/jf.exe --version
./bin/jf${{ matrix.suite.osSuffix }} --version
jf --version
npm uninstall -g jfrog-cli-v2-jf
if: steps.npm-changed-files.outputs.any_changed == 'false'
- name: Test install CLI - jf
run: |
Expand Down

0 comments on commit edc0f3f

Please sign in to comment.