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 4dbcf21 commit 6a91eccCopy full SHA for 6a91ecc
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ defaults:
19
shell: bash
20
21
env:
22
- NIGHTLY_DDEV_PR_URL: "https://nightly.link/drud/ddev/actions/artifacts/146117649.zip"
+ NIGHTLY_DDEV_PR_URL: "https://nightly.link/drud/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
23
24
jobs:
25
tests:
install.yaml
@@ -4,7 +4,7 @@ pre_install_actions:
4
- "docker volume rm ddev-${DDEV_PROJECT}_solr 2>/dev/null || true"
5
6
# files and directories listed here are copied into .ddev
7
-files:
+project_files:
8
- solr
9
- docker-compose.solr.yaml
10
0 commit comments