From d5d4812626e5eae1e1cda464b617d3247c0bcd7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Wed, 8 Nov 2023 18:38:06 +0100 Subject: [PATCH] revert-me: Run test logger separately --- .github/actions/run-backend-tests/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/run-backend-tests/action.yml b/.github/actions/run-backend-tests/action.yml index 6471740a9d6c68..7bc35ce8bda262 100644 --- a/.github/actions/run-backend-tests/action.yml +++ b/.github/actions/run-backend-tests/action.yml @@ -154,6 +154,7 @@ runs: GROUPS_ON_EVENTS_ENABLED: ${{ inputs.person-on-events }} shell: bash run: | # async_migrations covered in ci-async-migrations.yml + pytest posthog/temporal/tests/batch_exports/test_logger.py -vvv pytest ${{ inputs.person-on-events == 'true' && './posthog/clickhouse/ ./posthog/hogql/ ./posthog/queries/ ./posthog/api/test/test_insight* ./posthog/api/test/dashboards/test_dashboard.py'