Skip to content

Commit

Permalink
Update scriptTests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Feb 22, 2024
1 parent c693bb0 commit 023bbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
sh build/build.sh
./jf --version
if: ${{ matrix.suite.os != 'windows' }}
if: contains( matrix.suite.os, 'macos') || contains( matrix.suite.os, 'ubuntu')

- name: Test Build CLI - bat
run: |
Expand Down

0 comments on commit 023bbc7

Please sign in to comment.