We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19c858 commit ada08dbCopy full SHA for ada08db
.github/workflows/ci-cpu-cpp.yml
@@ -55,6 +55,11 @@ jobs:
55
run: |
56
cd cpp && rm -rf _build && sudo mkdir /mnt/_build && sudo chmod 777 /mnt/_build && mkdir _build && sudo mount --bind /mnt/_build _build
57
./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
63
- name: Run test
64
65
pytest test/pytest/test_cpp_backend.py
0 commit comments