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 15dc38f commit 6c571f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ 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 6c571f0

Please sign in to comment.