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 4, 2023
1 parent 6c571f0 commit 8e7ea63
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 @@ -62,12 +62,14 @@ jobs:
run: |
npm install
bin/jfrog${{ matrix.suite.osSuffix }} --version
if: ${{ !contains(github.event.head_commit.modified, ${{ working-directory }}'/package.json') }}
if: |
${{ !contains(github.event.head_commit.modified, ${{ working-directory }}'/package.json') }}
- name: Test install npm - v2-jf
working-directory: build/npm/v2-jf
run: |
npm install
bin/jf${{ matrix.suite.osSuffix }} --version
if: ${{ !contains(github.event.head_commit.modified, ${{ working-directory }}'/package.json') }}
if: |
${{ !contains(github.event.head_commit.modified, ${{ working-directory }}'/package.json') }}

0 comments on commit 8e7ea63

Please sign in to comment.