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'