Skip to content

Rename test workflow to 'Tests'#57

Merged
sydneyrenee merged 2 commits into
mainfrom
fix/rename-test-workflow
May 28, 2026
Merged

Rename test workflow to 'Tests'#57
sydneyrenee merged 2 commits into
mainfrom
fix/rename-test-workflow

Conversation

@sydneyrenee
Copy link
Copy Markdown
Member

Summary

Rename the test workflow to Tests so it matches the Title Case style of the other workflows (CI, Build, Publish, CodeQL Advanced) and reads clearly in the Actions tab.

  • Top-level name: test -> name: Tests.
  • Job label test (<os>) -> Tests (<os>).
  • Add a run-name for consistency with CI / CodeQL Advanced.

Not a removal: this workflow is the only thing running the actual test suites (bun turbo test on linux, Playwright test:e2e:local on windows). ci.yml only does verification builds, so the two are complementary.

Note

No branch protection currently references the old test (linux) / test (windows) check names, so renaming won't orphan a required status check. If/when we add branch protection, point required checks at Tests (linux) / Tests (windows).

Test plan

  • PR shows Tests (linux) and Tests (windows) checks, both green.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@sydneyrenee sydneyrenee merged commit d7a484b into main May 28, 2026
6 of 7 checks passed
@sydneyrenee sydneyrenee deleted the fix/rename-test-workflow branch May 28, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant