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 5841439 commit f38a473Copy full SHA for f38a473
.github/workflows/tests.yml
@@ -18,6 +18,9 @@ defaults:
18
run:
19
shell: bash
20
21
+env:
22
+ NIGHTLY_DDEV_PR_URL: "https://nightly.link/drud/ddev/actions/artifacts/146117649.zip"
23
+
24
jobs:
25
tests:
26
defaults:
@@ -54,7 +57,7 @@ jobs:
54
57
- name: Use ddev PR
55
58
if: matrix.ddev_version == 'PR'
56
59
run: |
- curl -sSL -o ddev_linux.zip https://nightly.link/drud/ddev/actions/artifacts/144791287.zip
60
+ curl -sSL -o ddev_linux.zip ${NIGHTLY_DDEV_PR_URL}
61
unzip ddev_linux.zip
62
mv ddev /usr/local/bin/ddev && chmod +x /usr/local/bin/ddev
63
0 commit comments