We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bed0ae commit e1d494cCopy full SHA for e1d494c
.github/workflows/ci.yml
@@ -150,8 +150,8 @@ jobs:
150
- name: Run ${{ matrix.package }} tests
151
uses: nick-fields/retry@v3
152
with:
153
- timeout_minutes: 10
154
- max_attempts: 5
+ timeout_minutes: ${{ matrix.package == 'cli' && 30 || 10 }}
+ max_attempts: ${{ matrix.package == 'cli' && 2 || 5 }}
155
command: |
156
cd ${{ matrix.package }}
157
if [ "${{ matrix.package }}" = ".agents" ]; then
0 commit comments