Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove preTest action as unit tests are run by default #678

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Jan 9, 2025

The actions.preTest modifier is no longer necessary since ci-mgmt now runs unit tests in the prerequisites step. This change removes the redundancy caused by previously using actions.preTest to work around the lack of default unit test execution.

This is necessary now because ci-mgmt recently started running actions.preTest as part of release verification, and that job is not able to run actions.preTest step (missing gotestfmt).

Fixes #676

@iwahbe iwahbe requested a review from a team January 9, 2025 10:08
@iwahbe iwahbe self-assigned this Jan 9, 2025
Copy link

github-actions bot commented Jan 9, 2025

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (340f405) to head (6afdf91).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #678   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          3       3           
  Lines          8       8           
=====================================
  Misses         8       8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The `actions.preTest` modifier is no longer necessary since `ci-mgmt` now runs unit tests
in the `prerequisites` step. This change removes the redundancy caused by previously using
`actions.preTest` to work around the lack of default unit test execution.

This is necessary now because ci-mgmt recently started running `actions.preTest` as part
of release verification, and that job is not able to run `actions.preTest` step (missing
`gotestfmt`).

Fixes #676
@iwahbe iwahbe force-pushed the iwahbe/remove-preTest branch from 68c5d93 to 6afdf91 Compare January 9, 2025 10:31
@iwahbe iwahbe merged commit 8f57923 into main Jan 9, 2025
25 checks passed
@iwahbe iwahbe deleted the iwahbe/remove-preTest branch January 9, 2025 12: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.

Workflow failure: main
2 participants