Skip to content

Commit

Permalink
Setup upterm session to debug failed recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jun 18, 2024
1 parent 1739be4 commit 7a326aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,10 @@ jobs:
working-directory: ./sylius
run: |
composer require monsieurbiz/sylius-menu-plugin="*@dev"
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
## If no one connects after 5 minutes, shut down server.
wait-timeout-minutes: 5

0 comments on commit 7a326aa

Please sign in to comment.