Skip to content

Commit

Permalink
[ci] Added upterm
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 3, 2024
1 parent 68757bb commit 81bd62b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup upterm session
uses: owenthereal/action-upterm@v1
with:
limit-access-to-actor: true # Restrict to the user who triggered the workflow
wait-timeout-minutes: 5

- name: Install Dependencies
id: deps
run: |
Expand Down

0 comments on commit 81bd62b

Please sign in to comment.