Skip to content

Commit a68c193

Browse files
committed
Revert "gha: debug via SSH"
This reverts commit 07ddad3.
1 parent 15e6496 commit a68c193

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
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: 60
14+
timeout-minutes: 15
1515
strategy:
1616
fail-fast: false
1717
matrix:
@@ -50,9 +50,6 @@ jobs:
5050
env:
5151
debug: true
5252

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

0 commit comments

Comments
 (0)