Disable collectReachabilityMetadata when running app tests

Closes gh-247
This commit is contained in:
Andy Wilkinson
2024-10-04 09:38:29 +01:00
parent 0d882aa387
commit f5debc563a
2 changed files with 2 additions and 2 deletions

View File

@@ -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