Skip to content

Commit 25a87f5

Browse files
committed
move upterm debug before ssh
1 parent 4f81cf0 commit 25a87f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ jobs:
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969

70-
- name: Setup environment
71-
run: .github/workflows/setup.sh
72-
7370
# uncomment for debug purposes
7471
- name: Setup upterm session
7572
env:
7673
AIIDA_TEST_PROFILE: test_aiida
7774
AIIDA_WARN_v3: 1
7875
uses: lhotari/action-upterm@v1
7976

77+
- name: Setup environment
78+
run: .github/workflows/setup.sh
79+
8080
- name: Run test suite
8181
env:
8282
AIIDA_TEST_PROFILE: test_aiida

0 commit comments

Comments
 (0)