diff --git a/.github/workflows/recipe.yaml b/.github/workflows/recipe.yaml index 6d67507..bebb690 100644 --- a/.github/workflows/recipe.yaml +++ b/.github/workflows/recipe.yaml @@ -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