Skip to content

Commit 4167beb

Browse files
committed
add debug session
1 parent 06103d2 commit 4167beb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_integration_tests_macos.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
runs-on: macos-12
5555
steps:
5656
- uses: actions/checkout@v3
57+
- name: Setup upterm session
58+
uses: lhotari/action-upterm@v1
5759
- run: |
5860
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
5961
devtools/ci/ci_main.sh

0 commit comments

Comments
 (0)