Skip to content

Omnibus v1.0.9-beta.029

Choose a tag to compare

@github-actions github-actions released this 22 Apr 23:44
· 83 commits to main since this release

v1.0.9-beta.029 - ci: inject dynamic test metrics and duration into discord webhook

  • Configured Vitest in est-and-notify.yml to output a JSON results file alongside standard console reporting.
  • Added start and end timestamps to calculate the exact duration of the CI pipeline.
  • Implemented jq parsing to dynamically extract the number of passed/total test suites and individual tests from the Vitest JSON report.
  • Replaced hardcoded dummy data in the Discord webhook payload with the live CI execution metrics.