Skip to content

Commit

Permalink
update test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Oct 5, 2022
1 parent 39d0dd4 commit 49c5c70
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
ddev_version: [stable, HEAD]
# ddev_version: [PR]
# ddev_version: [stable, edge, HEAD, PR]
fail-fast: false

runs-on: ubuntu-20.04
Expand All @@ -40,10 +40,8 @@ jobs:
- run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
- name: Environment setup
run: |
brew install bats-core mkcert
brew tap bats-core/bats-core
brew install bats-support bats-assert bats-file
mkcert -install
brew install bats-core bats-support bats-assert bats-file
sudo apt-get update >/dev/null && sudo apt-get install -y expect >/dev/null
- name: Use ddev stable
if: matrix.ddev_version == 'stable'
Expand Down

0 comments on commit 49c5c70

Please sign in to comment.