Skip to content

Commit ada08db

Browse files
committed
Add debugging
1 parent f19c858 commit ada08db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-cpu-cpp.yml

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
run: |
5656
cd cpp && rm -rf _build && sudo mkdir /mnt/_build && sudo chmod 777 /mnt/_build && mkdir _build && sudo mount --bind /mnt/_build _build
5757
./build.sh
58+
- name: Setup upterm session
59+
uses: lhotari/action-upterm@v1
60+
with:
61+
limit-access-to-actor: true
62+
limit-access-to-users: mreso
5863
- name: Run test
5964
run: |
6065
pytest test/pytest/test_cpp_backend.py

0 commit comments

Comments
 (0)