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 2d99af4 commit b8c2a98Copy full SHA for b8c2a98
.github/workflows/tests.yml
@@ -58,7 +58,9 @@ jobs:
58
mv ddev /usr/local/bin/ddev && chmod +x /usr/local/bin/ddev
59
60
- name: Download docker images
61
- run: mkdir junk && cd junk && ddev config --auto && ddev debug download-images
+ run: |
62
+ mkdir junk && pushd junk && ddev config --auto && ddev debug download-images
63
+ docker pull solr:8
64
- name: tmate debugging session
65
uses: mxschmitt/action-tmate@v3
66
with:
0 commit comments