We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4231f89 commit 2cea181Copy full SHA for 2cea181
.github/workflows/tests.yml
@@ -60,8 +60,8 @@ jobs:
60
61
- name: Download docker images
62
run: |
63
- mkdir junk && pushd junk && ddev config --auto && ddev debug download-images
64
- 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
65
- name: tmate debugging session
66
uses: mxschmitt/action-tmate@v3
67
with:
0 commit comments