Skip to content

Commit 2258ebf

Browse files
committed
Use tmate
1 parent bf07207 commit 2258ebf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ jobs:
209209
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
210210
path: log
211211

212-
# - name: Setup tmate session
213-
# if: ${{ failure() }}
214-
# uses: mxschmitt/action-tmate@v3
212+
- name: Setup tmate session
213+
if: ${{ failure() && matrix.os == 'ubuntu-22.04-arm' && matrix.php == '8.1' }}
214+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)