We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b40a1 commit 5f1c615Copy full SHA for 5f1c615
.github/workflows/ci.yml
@@ -235,7 +235,7 @@ jobs:
235
uses: nick-fields/retry@v3
236
with:
237
timeout_minutes: 15
238
- max_attempts: 3
+ max_attempts: 1
239
command: |
240
cd ${{ matrix.package }}
241
if [ "${{ matrix.package }}" = ".agents" ]; then
@@ -244,7 +244,7 @@ jobs:
244
find src -name '*.integration.test.ts' | sort | xargs -I {} bun test {}
245
fi
246
247
- # - name: Open interactive debug shell
248
- # if: ${{ failure() }}
249
- # uses: mxschmitt/action-tmate@v3
250
- # timeout-minutes: 15 # optional guard
+ - name: Open interactive debug shell
+ if: ${{ failure() }}
+ uses: mxschmitt/action-tmate@v3
+ timeout-minutes: 15 # optional guard
0 commit comments