Skip to content

Commit

Permalink
remote ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jan 15, 2025
1 parent d763e23 commit 168b7f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ jobs:
# NOTE: virtual env in .venv created by uv in previous step
run: source .venv/bin/activate && .github/workflows/setup.sh

- uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
wait-timeout-minutes: 60


- name: Run tests
id: tests
run: source .venv/bin/activate && .github/workflows/tests_nightly.sh
Expand Down

0 comments on commit 168b7f1

Please sign in to comment.