summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2024-08-18 12:54:12 +0300
committerGitHub <noreply@github.com>2024-08-18 12:54:12 +0300
commit043fe41ab8d39615f346b63c1e51bcf16feda1d8 (patch)
tree985a270c84d998167455570f9e9c6a6b04b41ea6 /.github
parent9ddb78fadcdbec89a609127918604174121dcf42 (diff)
ci: don't exit early on error in remote CI machine (#6519)
Diffstat (limited to '.github')
-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 a006d26b..0c6846fc 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?