Skip to content

Commit 2cea181

Browse files
committed
Update test and make it work
1 parent 4231f89 commit 2cea181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
6161
- name: Download docker images
6262
run: |
63-
mkdir junk && pushd junk && ddev config --auto && ddev debug download-images
64-
docker pull memcached:1.5
63+
mkdir junk && pushd junk && ddev config --auto && ddev debug download-images >/dev/null
64+
docker pull memcached:1.5 >/dev/null
6565
- name: tmate debugging session
6666
uses: mxschmitt/action-tmate@v3
6767
with:

0 commit comments

Comments
 (0)