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 0aa7f68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ jobs:
SELENIUM_HEADLESS: 1
CHROME_BIN: ${{ steps.setup-chrome.outputs.chrome-path }}

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

- name: Upload Coverage
if: ${{ success() }}
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 0aa7f68

Please sign in to comment.