Skip to content

Commit

Permalink
Remove expect
Browse files Browse the repository at this point in the history
Test passes with this. If it starts to fail, revert this.
  • Loading branch information
tyler36 authored Feb 27, 2024
1 parent 1a9f5ff commit e2ffa3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Environment setup
run: |
sudo apt-get update >/dev/null && sudo apt-get install -y expect >/dev/null
- uses: ddev/github-action-add-on-test@v1
with:
ddev_version: ${{ matrix.ddev_version }}
Expand Down

0 comments on commit e2ffa3a

Please sign in to comment.