Disable Homebrew sandbox for the verification tests

This commit is contained in:
Moritz Halbritter
2026-05-27 13:59:51 +02:00
parent 76d56ab109
commit 44629669e2
+1
View File
@@ -76,6 +76,7 @@ jobs:
RVT_RELEASE_TYPE: ${{ vars.COMMERCIAL && 'commercial' || 'oss' }}
RVT_STAGING: ${{ inputs.staging }}
RVT_VERSION: ${{ inputs.version }}
HOMEBREW_NO_SANDBOX_LINUX: "1"
run: ./gradlew spring-boot-release-verification-tests:test
- name: Upload Build Reports on Failure
if: failure()