diff --git a/.github/actions/run-backend-tests/action.yml b/.github/actions/run-backend-tests/action.yml index 8a4ad37215aef..0c83f8c523500 100644 --- a/.github/actions/run-backend-tests/action.yml +++ b/.github/actions/run-backend-tests/action.yml @@ -211,7 +211,7 @@ runs: env: AWS_S3_ALLOW_UNSAFE_RENAME: 'true' run: | - pytest posthog/temporal -m "snapshot_tests" \ + pytest posthog -m "snapshot_tests" \ --durations=100 --durations-min=1.0 --store-durations \ $PYTEST_ARGS