소스 검색

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}}