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 28a44b4 commit 2d99af4Copy full SHA for 2d99af4
.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
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
+ run: mkdir junk && cd junk && ddev config --auto && ddev debug download-images
62
- name: tmate debugging session
63
uses: mxschmitt/action-tmate@v3
64
with:
0 commit comments