ddev / github-action-setup-ddev

Set up your GitHub Actions workflow with DDEV
GNU General Public License v3.0
33 stars 7 forks source link

Fix #30: Accept errors on apt-get update, to proceed with ddev install #31

Closed tomasnorre closed 4 months ago

tomasnorre commented 4 months ago

The Issue

30

How This PR Solves The Issue

It solves the problem by allowing apt-get to proceed even when there is an error in the apt-update

Manual Testing Instructions

Manual testing is a little hard as it only happens when the GitHub Action is used.

Automated Testing Overview

No tests added

Related Issue Link(s)

30

Release/Deployment Notes

No action needed besides new release