Skip to content

Commit

Permalink
fail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SylivanKenobi committed Nov 19, 2024
1 parent 7881e34 commit 97e7669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion test/groovy/src/com/puzzleitc/jenkins/QuayTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97e7669

Please sign in to comment.