Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull in ddev nightly build to test locale improvements #730

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions scaffold/github/actions/common/ddev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ runs:
sudo apt install -y ddev
fi

# Override to test ddev nightly
wget https://nightly.link/ddev/ddev/actions/runs/11620080882/ddev-linux-amd64.zip
unzip ddev-linux-amd64.zip
chmod +x ddev
mv -v ddev /usr/local/bin/ddev
ddev --version

# Support local runner https://github.com/nektos/act
if [ "$ACT" != "" ]; then
sudo chown runner:docker /var/run/docker.sock
Expand Down
Loading