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 1489356 commit 65f3c1a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,11 @@ jobs:
- name: Test install npm - v2
working-directory: build/npm/v2
run: |
npm install -g
npm install
./bin/jfrog${{ matrix.suite.osSuffix }} --version
npm uninstall -g jfrog-cli-v2
- name: Test install npm - v2-jf
working-directory: build/npm/v2-jf
run: |
npm install -g
./bin/jf${{ matrix.suite.osSuffix }} --version
npm uninstall -g jfrog-cli-v2-jf
npm install
./bin/jf${{ matrix.suite.osSuffix }} --version

0 comments on commit 65f3c1a

Please sign in to comment.