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 0bd603a commit d06aa95Copy full SHA for d06aa95
.github/workflows/tests.yml
@@ -22,8 +22,6 @@ 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:
@@ -41,7 +39,9 @@ jobs:
41
39
42
40
steps:
43
- uses: actions/checkout@v2
44
- - run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
+ - name: Set up Homebrew
+ id: set-up-homebrew
+ uses: Homebrew/actions/setup-homebrew@master
45
- name: Environment setup
46
run: |
47
brew install bats-core mkcert
0 commit comments