Skip to content

Commit b6e53d2

Browse files
committed
Add upterm for debug
1 parent 6cdd2c0 commit b6e53d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
cargo build --verbose --features oniguruma --release --target ${{ matrix.target }}
4444
fi
4545
mv target/${{matrix.target}}/release/teip target/release
46+
- name: Setup upterm session
47+
uses: lhotari/action-upterm@v1
4648
- name: Run tests
4749
timeout-minutes: 10
4850
run: |

0 commit comments

Comments
 (0)