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 #1552

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 #1537

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 #1537
@iwahbe iwahbe requested a review from a team January 9, 2025 12:36
@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 (94e6e30) to head (162ee91).

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1552   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           3       3           
  Lines          10      10           
======================================
  Misses         10      10           

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

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: master
1 participant