adds verbosity for debugging action
Interp architectural test suite / Build and test interp backend (push) Failing after 1m27s Details

This commit is contained in:
Eyck-Alexander Jentzsch 2024-03-24 11:46:09 +01:00
parent 5545f58f85
commit a817b7b47b
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
run: |
mkdir -p ~/.ssh
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ~/.ssh/id_rsa
echo $HOME
cat ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
- name: Check out repository code