Skip to content

Commit

Permalink
ci: fix upload pytest data to datadog script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Oct 2, 2023
1 parent 37c6a07 commit a9a4d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/upload_test_stats_datadog.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
url = f"https://api.github.com/repos/{OWNER}/{REPO}/actions/workflows/{WORKFLOW}/runs?per_page={BATCH_SIZE}"


PYTEST_TEST_DURATIONS_REGEX_PATTERN = r"=+ slowest \d+ durations =+"
PYTEST_TEST_DURATIONS_REGEX_PATTERN = r"=+ slowest .*durations =+"


def get_and_dump_data() -> None:
Expand Down

0 comments on commit a9a4d28

Please sign in to comment.