Skip to content

Commit

Permalink
Update github test workflow to current (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Jul 20, 2023
1 parent e4aaccd commit c499b54
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ defaults:
run:
shell: bash

# This is required for "gautamkrishnar/keepalive-workflow"
permissions:
contents: write

env:
NIGHTLY_DDEV_PR_URL: "https://nightly.link/ddev/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
# Allow ddev get to use a github token to prevent rate limiting by tests
Expand All @@ -40,7 +44,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- 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
- name: Environment setup
run: |
brew install bats-core mkcert
Expand Down

0 comments on commit c499b54

Please sign in to comment.