Skip to content

Commit

Permalink
ci: gh-workflow-stats-action v0.1.4: remove debug output and proper p…
Browse files Browse the repository at this point in the history
…agination (#9356)

## Problem
In previous version pagination didn't work so we collect information
only for first 30 jobs in WorkflowRun
  • Loading branch information
fedordikarev authored Oct 11, 2024
1 parent 6baf1aa commit 326cd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-workflow-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
actions: read
steps:
- name: Export GH Workflow Stats
uses: fedordikarev/[email protected].2
uses: neondatabase/[email protected].4
with:
DB_URI: ${{ secrets.GH_REPORT_STATS_DB_RW_CONNSTR }}
DB_TABLE: "gh_workflow_stats_neon"
Expand Down

1 comment on commit 326cd80

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5094 tests run: 4885 passed, 2 failed, 207 skipped (full report)


Failures on Postgres 17

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_hot_standby_gc[release-pg17-True] or test_aux_file_v2_flag[release-pg17-v2]"
Flaky tests (5)

Postgres 17

Postgres 16

Postgres 14

Test coverage report is not available

The comment gets automatically updated with the latest test results
326cd80 at 2024-10-11T13:29:04.704Z :recycle:

Please sign in to comment.