Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 4, 2024
1 parent f5debc5 commit 3a8710c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
REPO_SPRING_IO_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
REPO_SPRING_IO_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
run: ./gradlew ${{ inputs.type == 'jvm' && '-x collectReachabilityMetadata' }} ${{ inputs.project }}:${{ inputs.task }}
run: ./gradlew ${{ inputs.type == 'jvm' && '-x collectReachabilityMetadata' || '' }} ${{ inputs.project }}:${{ inputs.task }}
continue-on-error: ${{ inputs.expected_to_fail }}
- name: Check out send notification action
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
REPO_SPRING_IO_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
REPO_SPRING_IO_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
run: ./gradlew ${{ inputs.type == 'jvm' && '-x collectReachabilityMetadata' }} ${{ inputs.project }}:${{ inputs.task }}
run: ./gradlew ${{ inputs.type == 'jvm' && '-x collectReachabilityMetadata' || '' }} ${{ inputs.project }}:${{ inputs.task }}
continue-on-error: ${{ inputs.expected_to_fail }}
- name: Check out send notification action
uses: actions/checkout@v4
Expand Down

0 comments on commit 3a8710c

Please sign in to comment.