Skip to content

Commit be83638

Browse files
committed
feat: add upterm session setup on failure for improved debugging
1 parent e7dc385 commit be83638

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-agent-framework-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
run: |
109109
../run-challenge.sh "${{ matrix.challenges.scenario }}" "${{ matrix.challenges.challenge }}"
110110
111+
- name: Setup upterm session
112+
if: failure()
113+
uses: lhotari/action-upterm@v1
111114

112115
- name: Test final state
113116
working-directory: .github/data/agent-framework/${{ matrix.challenges.scenario }}

0 commit comments

Comments
 (0)