Skip to content

Commit b8c2a98

Browse files
committed
Pre-download solr 8
1 parent 2d99af4 commit b8c2a98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
mv ddev /usr/local/bin/ddev && chmod +x /usr/local/bin/ddev
5959
6060
- name: Download docker images
61-
run: mkdir junk && cd junk && ddev config --auto && ddev debug download-images
61+
run: |
62+
mkdir junk && pushd junk && ddev config --auto && ddev debug download-images
63+
docker pull solr:8
6264
- name: tmate debugging session
6365
uses: mxschmitt/action-tmate@v3
6466
with:

0 commit comments

Comments
 (0)