Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
remove debug ci

add debug ci
  • Loading branch information
agoscinski committed Jan 24, 2025
1 parent 7e8756c commit c12bbe6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
- 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: Run test suite
env:
AIIDA_TEST_PROFILE: test_aiida
Expand Down Expand Up @@ -107,6 +114,10 @@ jobs:
- name: Setup SSH on localhost
run: .github/workflows/setup_ssh.sh

# uncomment for debug purposes
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Run test suite
env:
AIIDA_WARN_v3: 0
Expand Down

0 comments on commit c12bbe6

Please sign in to comment.