Skip to content

Commit 5f1c615

Browse files
committed
ssh into gh actions
1 parent a0b40a1 commit 5f1c615

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
uses: nick-fields/retry@v3
236236
with:
237237
timeout_minutes: 15
238-
max_attempts: 3
238+
max_attempts: 1
239239
command: |
240240
cd ${{ matrix.package }}
241241
if [ "${{ matrix.package }}" = ".agents" ]; then
@@ -244,7 +244,7 @@ jobs:
244244
find src -name '*.integration.test.ts' | sort | xargs -I {} bun test {}
245245
fi
246246
247-
# - name: Open interactive debug shell
248-
# if: ${{ failure() }}
249-
# uses: mxschmitt/action-tmate@v3
250-
# timeout-minutes: 15 # optional guard
247+
- name: Open interactive debug shell
248+
if: ${{ failure() }}
249+
uses: mxschmitt/action-tmate@v3
250+
timeout-minutes: 15 # optional guard

0 commit comments

Comments
 (0)