Skip to content

Commit 2c250a8

Browse files
committed
Add upterm to connect to Runner to debug AiiDA
1 parent a1d6e4b commit 2c250a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/aiida.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
conda install -c conda-forge jupyter papermill
2727
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
2828
verdi presto --profile-name adis
29+
# Add Upterm for SSH access
30+
- name: Setup upterm session
31+
uses: lhotari/action-upterm@v1
32+
# This is optional - you can make it conditional:
33+
if: ${{ failure() || github.event_name == 'workflow_dispatch' }}
2934
- name: Tests
3035
shell: bash -l {0}
3136
run: |

0 commit comments

Comments
 (0)