Skip to content

Commit

Permalink
move upterm debug before ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Jan 24, 2025
1 parent 070b6af commit 0efcfb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Setup environment
run: .github/workflows/setup.sh

# uncomment for debug purposes
- name: Setup upterm session
env:
AIIDA_TEST_PROFILE: test_aiida
AIIDA_WARN_v3: 1
uses: lhotari/action-upterm@v1

- name: Setup environment
run: .github/workflows/setup.sh

- name: Run test suite
env:
AIIDA_TEST_PROFILE: test_aiida
Expand Down

0 comments on commit 0efcfb6

Please sign in to comment.