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 8e7ea63 commit eda2f30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@ jobs:
npm install
bin/jfrog${{ matrix.suite.osSuffix }} --version
if: |
${{ !contains(github.event.head_commit.modified, ${{ working-directory }}'/package.json') }}
!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, 'build/npm/v2-jf/package.json') }}

0 comments on commit eda2f30

Please sign in to comment.