We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b475e49 commit 01b26c7Copy full SHA for 01b26c7
.github/workflows/tests.yml
@@ -22,6 +22,8 @@ env:
22
NIGHTLY_DDEV_PR_URL: "https://nightly.link/ddev/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
23
# Allow ddev get to use a github token to prevent rate limiting by tests
24
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
+ # Allow `--HEAD` flag when running tests against HEAD
26
+ HOMEBREW_NO_INSTALL_FROM_API: 1
27
28
jobs:
29
tests:
0 commit comments