Skip to content

Commit a22d8cf

Browse files
committed
Run cli tests with single attempt
1 parent 4253d33 commit a22d8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
uses: nick-fields/retry@v3
152152
with:
153153
timeout_minutes: ${{ matrix.package == 'cli' && 30 || 10 }}
154-
max_attempts: ${{ matrix.package == 'cli' && 2 || 5 }}
154+
max_attempts: ${{ matrix.package == 'cli' && 1 || 5 }}
155155
command: |
156156
cd ${{ matrix.package }}
157157
if [ "${{ matrix.package }}" = ".agents" ]; then
@@ -248,7 +248,7 @@ jobs:
248248
uses: nick-fields/retry@v3
249249
with:
250250
timeout_minutes: 15
251-
max_attempts: 3
251+
max_attempts: ${{ matrix.package == 'cli' && 1 || 3 }}
252252
command: |
253253
cd ${{ matrix.package }}
254254
if [ "${{ matrix.package }}" = ".agents" ]; then

0 commit comments

Comments
 (0)