Skip to content

Commit

Permalink
CI: Continue on error if Caddy download fails
Browse files Browse the repository at this point in the history
Closes GH-13542
  • Loading branch information
bukka committed Feb 27, 2024
1 parent 552ea62 commit 3d4b36f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-caddy/action.yml
Expand Up @@ -10,3 +10,4 @@ runs:
gh release -R caddyserver/caddy download --pattern 'caddy_*_linux_amd64.tar.gz' -O - | sudo tar -xz -C /usr/bin caddy
sudo chmod +x /usr/bin/caddy
sudo caddy start --config ext/curl/tests/Caddyfile
continue-on-error: true

0 comments on commit 3d4b36f

Please sign in to comment.