From 338b5342dc8269a1f54b0e9913c72cb836c0661a Mon Sep 17 00:00:00 2001 From: timgl Date: Thu, 12 Dec 2024 12:28:43 +0000 Subject: [PATCH] fix --- .github/actions/run-backend-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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