Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timgl committed Dec 12, 2024
1 parent b6571dd commit 338b534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-backend-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 338b534

Please sign in to comment.