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 7912ec5 commit 5f10379
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
31 changes: 14 additions & 17 deletions .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,6 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-

- name: Test install npm - v2
working-directory: build/npm/v2
run: |
npm install -g
./bin/jfrog${{ matrix.suite.osSuffix }} --version
jfrog --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
jf --version
npm uninstall -g jfrog-cli-v2-jf
- name: Test install CLI - jf
run: |
sh build/installcli/jf.sh
Expand Down Expand Up @@ -87,4 +71,17 @@ jobs:
build/build.bat
./jf${{ matrix.suite.osSuffix }} --version
if: ${{ matrix.suite.os == 'windows' }}


- name: Test install npm - v2
working-directory: build/npm/v2
run: |
npm install -g
./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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ tmp
out

# JFrog executable
jf
jf.exe
jfrog
jfrog.exe

# Vim
Expand Down

0 comments on commit 5f10379

Please sign in to comment.