Skip to content

chore: remove tests from just prepare-for-codereview #1357

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

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

TheNando
Copy link
Contributor

@TheNando TheNando commented Apr 14, 2025

Description

Removes the yarn and go testing steps from the just prepare-for-codereview script.

Motivation and Context

This PR addresses: BED-5730

There was recently a discussion in the engineering-council channel to move tests to a CI check. So tests are being removed from the prc just script as to not be redundant

How Has This Been Tested?

The just pfc script was ran again to ensure that it still works and does not run the tests.

Types of changes

  • Chore (a change that does not modify the application functionality)

Checklist:

@TheNando TheNando added work in progress This pull request is a work in progress and should not be merged tooling This updates developer tooling labels Apr 14, 2025
@TheNando TheNando self-assigned this Apr 14, 2025
@TheNando TheNando force-pushed the BED-5730--remove-tests-from-prc branch from ce2b7b2 to 8d7b298 Compare April 15, 2025 18:52
justfile Outdated
@@ -65,8 +65,6 @@ _prep-steps:
@just show > tmp/repo-status.txt
@just analyze > tmp/analysis-report.txt
@just build > tmp/build-output.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's cut build too, I don't think we need it and it takes up a decent amount of time

@TheNando TheNando merged commit fea66ac into main Apr 15, 2025
8 checks passed
@TheNando TheNando deleted the BED-5730--remove-tests-from-prc branch April 15, 2025 19:21
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tooling This updates developer tooling work in progress This pull request is a work in progress and should not be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants