charleshofer 022da913e6
Count test totals correctly for dashboards (#280)
* Account test totals correctly for dashboards

* Add blurb to the dev guide on skipping tests

* Remove extra newline

* Default to 0 if "skipped" isn't found

Co-authored-by: Mathew Odden <1471252+mrodden@users.noreply.github.com>

---------

Co-authored-by: Mathew Odden <1471252+mrodden@users.noreply.github.com>
2025-03-14 16:57:08 -05:00
..
2023-09-05 09:26:15 -07:00
2025-03-10 16:51:05 +00:00
2025-02-25 09:28:06 -08:00

Github Actions workflows

See the Github documentation for more information on Github Actions in general.

Notes

  • https://opensource.google/documentation/reference/github/services#actions mandates using a specific commit for non-Google actions. We use Ratchet to pin specific versions. If you'd like to update an action, you can write something like uses: 'actions/checkout@v4', and then run ./ratchet pin workflow.yml to convert to a commit hash. See the Ratchet README for installation and more detailed instructions.