Skip to content

Commit d06aa95

Browse files
authored
Fix homebrew git failures (#7)
1 parent 0bd603a commit d06aa95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ 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
2725

2826
jobs:
2927
tests:
@@ -41,7 +39,9 @@ jobs:
4139

4240
steps:
4341
- uses: actions/checkout@v2
44-
- run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
42+
- name: Set up Homebrew
43+
id: set-up-homebrew
44+
uses: Homebrew/actions/setup-homebrew@master
4545
- name: Environment setup
4646
run: |
4747
brew install bats-core mkcert

0 commit comments

Comments
 (0)