Skip to content

Commit

Permalink
Update github tests to current (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Jul 20, 2023
1 parent e62fb1b commit d72510a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ 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
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Allow `--HEAD` flag when running tests against HEAD
HOMEBREW_NO_INSTALL_FROM_API: 1

jobs:
tests:
Expand Down

0 comments on commit d72510a

Please sign in to comment.