Skip to content

Commit

Permalink
Fix scripts tests (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Mar 12, 2024
1 parent 940ed0b commit 3945c98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/scriptTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
osSuffix: ".exe"
runs-on: ${{ matrix.suite.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -71,7 +76,7 @@ jobs:
run: |
sh build/build.sh
./jf${{ matrix.suite.osSuffix }} --version
if: contains( 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 3945c98

Please sign in to comment.