Skip to content

Commit 4462966

Browse files
committed
Disable Homebrew sandbox for the verification tests
1 parent 76d56ab commit 4462966

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
RVT_RELEASE_TYPE: ${{ vars.COMMERCIAL && 'commercial' || 'oss' }}
7777
RVT_STAGING: ${{ inputs.staging }}
7878
RVT_VERSION: ${{ inputs.version }}
79+
HOMEBREW_NO_SANDBOX_LINUX: "1"
7980
run: ./gradlew spring-boot-release-verification-tests:test
8081
- name: Upload Build Reports on Failure
8182
if: failure()

0 commit comments

Comments
 (0)