Skip to content

Commit

Permalink
Fix Maven tests (#2841)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Jan 22, 2025
1 parent 8eb19f6 commit 500aa75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mavenTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Setup Go with cache
uses: jfrog/.github/actions/install-go-with-cache@main

- name: Setup Maven v3.8.8 for macOS
# Fixed Maven version to avoid updating to 3.9, which includes breaking changes.
- name: Setup Maven v3.8.8
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.8
if: runner.os == 'macOS'

- name: Install local Artifactory
uses: jfrog/.github/actions/install-local-artifactory@main
Expand Down

0 comments on commit 500aa75

Please sign in to comment.