Skip to content

Commit 6a91ecc

Browse files
committed
Use new PR
1 parent 4dbcf21 commit 6a91ecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defaults:
1919
shell: bash
2020

2121
env:
22-
NIGHTLY_DDEV_PR_URL: "https://nightly.link/drud/ddev/actions/artifacts/146117649.zip"
22+
NIGHTLY_DDEV_PR_URL: "https://nightly.link/drud/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
2323

2424
jobs:
2525
tests:

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pre_install_actions:
44
- "docker volume rm ddev-${DDEV_PROJECT}_solr 2>/dev/null || true"
55

66
# files and directories listed here are copied into .ddev
7-
files:
7+
project_files:
88
- solr
99
- docker-compose.solr.yaml
1010

0 commit comments

Comments
 (0)