فهرست منبع

remove -s now?

Khaleel Al-Adhami 3 هفته پیش
والد
کامیت
ca817e1c5d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/integration_app_harness.yml

+ 1 - 1
.github/workflows/integration_app_harness.yml

@@ -55,4 +55,4 @@ jobs:
           REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
         run: |
           uv run playwright install chromium
-          uv run pytest tests/integration -s --retries 3 --maxfail=5 --splits 2 --group ${{matrix.split_index}}
+          uv run pytest tests/integration --retries 3 --maxfail=5 --splits 2 --group ${{matrix.split_index}}