We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7dc385 commit be83638Copy full SHA for be83638
.github/workflows/run-agent-framework-test.yaml
@@ -108,6 +108,9 @@ jobs:
108
run: |
109
../run-challenge.sh "${{ matrix.challenges.scenario }}" "${{ matrix.challenges.challenge }}"
110
111
+ - name: Setup upterm session
112
+ if: failure()
113
+ uses: lhotari/action-upterm@v1
114
115
- name: Test final state
116
working-directory: .github/data/agent-framework/${{ matrix.challenges.scenario }}
0 commit comments