mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-09 15:39:02 -04:00
ci: don't exit early on error in remote CI machine (#6519)
This commit is contained in:
parent
9ddb78fadc
commit
043fe41ab8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user