Skip to content

Commit 28b7c04

Browse files
authored
ci: disable integration tests retrying (#10615)
Reverts #9652 for int tests, mongodb issues seem to be fixed with the mongodb-memory-server update
1 parent 818467d commit 28b7c04

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,17 +254,11 @@ jobs:
254254
if: matrix.database == 'supabase'
255255

256256
- name: Integration Tests
257-
uses: nick-fields/retry@v3
257+
run: pnpm test:int
258258
env:
259259
NODE_OPTIONS: --max-old-space-size=8096
260260
PAYLOAD_DATABASE: ${{ matrix.database }}
261261
POSTGRES_URL: ${{ env.POSTGRES_URL }}
262-
with:
263-
retry_on: any
264-
max_attempts: 5
265-
timeout_minutes: 15
266-
command: pnpm test:int
267-
on_retry_command: pnpm clean:build && pnpm install --no-frozen-lockfile
268262

269263
tests-e2e:
270264
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)