Skip to content

Commit 01b26c7

Browse files
committed
Add HOMEBREW_NO_INSTALL_FROM_API for tests
1 parent b475e49 commit 01b26c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ env:
2222
NIGHTLY_DDEV_PR_URL: "https://nightly.link/ddev/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
2323
# Allow ddev get to use a github token to prevent rate limiting by tests
2424
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
# Allow `--HEAD` flag when running tests against HEAD
26+
HOMEBREW_NO_INSTALL_FROM_API: 1
2527

2628
jobs:
2729
tests:

0 commit comments

Comments
 (0)