diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 7f91b76..79b6849 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -19,7 +19,5 @@ jobs: distribution: 'adopt' - name: Grant execute permission for gradlew run: chmod +x gradlew - - name: Build with Gradle - run: ./gradlew clean test - name: Build with Gradle run: ./gradlew clean build diff --git a/test/groovy/src/com/puzzleitc/jenkins/QuayTest.groovy b/test/groovy/src/com/puzzleitc/jenkins/QuayTest.groovy index 6a9b6af..b3cf4dd 100644 --- a/test/groovy/src/com/puzzleitc/jenkins/QuayTest.groovy +++ b/test/groovy/src/com/puzzleitc/jenkins/QuayTest.groovy @@ -38,7 +38,7 @@ class QuayTest extends BasePipelineTest { Quay myQuay = new Quay(script, 'cred') // then - assertThat(myQuay.getRegistryUrl()).isEqualTo('https://quay.io') + assertThat(myQuay.getRegistryUrl()).isEqualTo('https://quay.ios') } @Test