Skip to content

Commit

Permalink
Update test and make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jan 18, 2022
1 parent 4231f89 commit 2cea181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Download docker images
run: |
mkdir junk && pushd junk && ddev config --auto && ddev debug download-images
docker pull memcached:1.5
mkdir junk && pushd junk && ddev config --auto && ddev debug download-images >/dev/null
docker pull memcached:1.5 >/dev/null
- name: tmate debugging session
uses: mxschmitt/action-tmate@v3
with:
Expand Down

0 comments on commit 2cea181

Please sign in to comment.