ci: don't exit early on error in remote CI machine (#6519)

This commit is contained in:
Mohammed Al Sahaf 2024-08-18 12:54:12 +03:00 committed by GitHub
parent 9ddb78fadc
commit 043fe41ab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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?