@@ -32,33 +32,23 @@ jobs:
3232 env :
3333 GRADLE_OPTS : -Dorg.gradle.daemon=false
3434 steps :
35- - name : Skip macOS - JGC-413
36- if : matrix.os.name == 'macos'
37- run : |
38- echo "::warning::JGC-413 - Skip until artifactory bootstrap in osx is fixed"
39- exit 0
40-
4135 - name : Checkout code
42- if : matrix.os.name != 'macos'
4336 uses : actions/checkout@v4
4437 with :
4538 ref : ${{ github.event.pull_request.head.sha }}
4639
4740 - name : Setup Java
48- if : matrix.os.name != 'macos'
4941 uses : actions/setup-java@v4
5042 with :
5143 distribution : " temurin"
5244 java-version : " 11"
5345
5446 - name : Setup Gradle
55- if : matrix.os.name != 'macos'
5647 uses : gradle/gradle-build-action@v2
5748 with :
5849 gradle-version : ${{ matrix.gradle-version }}
5950
6051 - name : Setup Go with cache
61- if : matrix.os.name != 'macos'
6252 uses : jfrog/.github/actions/install-go-with-cache@main
6353
6454 - name : Debug macOS Environment and Set Timeout
@@ -76,12 +66,10 @@ jobs:
7666 echo "RT_CONNECTION_TIMEOUT_SECONDS=2400" >> $GITHUB_ENV
7767
7868 - name : Install local Artifactory
79- if : matrix.os.name != 'macos'
8069 uses : jfrog/.github/actions/install-local-artifactory@main
8170 with :
8271 RTLIC : ${{ secrets.RTLIC }}
8372 RT_CONNECTION_TIMEOUT_SECONDS : ${{ env.RT_CONNECTION_TIMEOUT_SECONDS || '1200' }}
8473
8574 - name : Run Gradle tests
86- if : matrix.os.name != 'macos'
8775 run : go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.gradle
0 commit comments