We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8756c commit c12bbe6Copy full SHA for c12bbe6
.github/workflows/ci-code.yml
@@ -70,6 +70,13 @@ jobs:
70
- name: Setup environment
71
run: .github/workflows/setup.sh
72
73
+ # uncomment for debug purposes
74
+ - name: Setup upterm session
75
+ env:
76
+ AIIDA_TEST_PROFILE: test_aiida
77
+ AIIDA_WARN_v3: 1
78
+ uses: lhotari/action-upterm@v1
79
+
80
- name: Run test suite
81
env:
82
AIIDA_TEST_PROFILE: test_aiida
@@ -107,6 +114,10 @@ jobs:
107
114
- name: Setup SSH on localhost
108
115
run: .github/workflows/setup_ssh.sh
109
116
117
118
119
120
110
121
111
122
112
123
AIIDA_WARN_v3: 0
0 commit comments