Skip to content

Commit 2d99af4

Browse files
committed
Try images again
1 parent 28a44b4 commit 2d99af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
mv ddev /usr/local/bin/ddev && chmod +x /usr/local/bin/ddev
5959
6060
- name: Download docker images
61-
run: ddev debug download-images
61+
run: mkdir junk && cd junk && ddev config --auto && ddev debug download-images
6262
- name: tmate debugging session
6363
uses: mxschmitt/action-tmate@v3
6464
with:

0 commit comments

Comments
 (0)