Disable collectReachabilityMetadata when running app tests
Closes gh-247
This commit is contained in:
2
.github/workflows/smoke-test.yml
vendored
2
.github/workflows/smoke-test.yml
vendored
@@ -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.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
|
||||
|
||||
Reference in New Issue
Block a user