From e4796c3cf014f3646bfcb66cc02535931dcfce19 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Tue, 5 Nov 2024 17:14:58 -0800 Subject: [PATCH] forgot a space --- .github/workflows/integration_app_harness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_app_harness.yml b/.github/workflows/integration_app_harness.yml index 5dedecd89..bb0d19380 100644 --- a/.github/workflows/integration_app_harness.yml +++ b/.github/workflows/integration_app_harness.yml @@ -53,7 +53,7 @@ jobs: REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }} run: | poetry run playwright install --with-deps - poetry run pytest tests/integration --split-index=${{matrix.split_index}}--split-total=2 + poetry run pytest tests/integration --split-index=${{matrix.split_index}} --split-total=2 - uses: actions/upload-artifact@v4 name: Upload failed test screenshots if: always()