Skip to content

Commit 07ddad3

Browse files
committed
gha: debug via SSH
1 parent 0f38ed9 commit 07ddad3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
php-laravel-integration-tests:
1313
runs-on: ubuntu-20.04
14-
timeout-minutes: 15
14+
timeout-minutes: 60
1515
strategy:
1616
fail-fast: false
1717
matrix:
@@ -50,6 +50,9 @@ jobs:
5050
env:
5151
debug: true
5252

53+
- name: Setup upterm session
54+
uses: lhotari/action-upterm@v1
55+
5356
- name: Install dependencies
5457
run: |
5558
composer create-project --prefer-dist laravel/laravel:${{ matrix.laravel }} --stability=dev --no-progress sample

0 commit comments

Comments
 (0)