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 caf6ab4 commit 28a44b4Copy full SHA for 28a44b4
.github/workflows/tests.yml
@@ -57,6 +57,8 @@ jobs:
57
unzip ddev_linux.zip
58
mv ddev /usr/local/bin/ddev && chmod +x /usr/local/bin/ddev
59
60
+ - name: Download docker images
61
+ run: ddev debug download-images
62
- name: tmate debugging session
63
uses: mxschmitt/action-tmate@v3
64
with:
0 commit comments