aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMohammed Al Sahaf <[email protected]>2024-08-15 07:10:12 +0000
committerGitHub <[email protected]>2024-08-15 07:10:12 +0000
commitb11498848664a81c2c67b059e5c7cb97f83b9c37 (patch)
tree985a270c84d998167455570f9e9c6a6b04b41ea6
parent9ddb78fadcdbec89a609127918604174121dcf42 (diff)
downloadcaddy-b11498848664a81c2c67b059e5c7cb97f83b9c37.tar.gz
caddy-b11498848664a81c2c67b059e5c7cb97f83b9c37.zip
ci: don't exit early on error in remote CI machineno-bail-on-error
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a006d26b3..0c6846fc9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -150,6 +150,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Tests
run: |
+ set +e
mkdir -p ~/.ssh && echo -e "${SSH_KEY//_/\\n}" > ~/.ssh/id_ecdsa && chmod og-rwx ~/.ssh/id_ecdsa
# short sha is enough?