adds verbosity for debugging action
Interp architectural test suite / Build and test interp backend (push) Failing after 1m27s
Details
Interp architectural test suite / Build and test interp backend (push) Failing after 1m27s
Details
This commit is contained in:
parent
5545f58f85
commit
a817b7b47b
|
@ -10,6 +10,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ~/.ssh/id_rsa
|
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ~/.ssh/id_rsa
|
||||||
|
echo $HOME
|
||||||
|
cat ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
Loading…
Reference in New Issue