More tmate.
This commit is contained in:
parent
12b88204b0
commit
2b18537f85
|
@ -30,6 +30,8 @@ jobs:
|
|||
USER: github_runner
|
||||
- name: Build
|
||||
run: nix develop .#test --command echo "Ok"
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
- name: Python tests.
|
||||
run: |
|
||||
nix develop .#test --command pytest -svv integration-tests/ --release
|
||||
|
|
Loading…
Reference in New Issue