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 test step from pre-commit #225

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

ekraffmiller
Copy link
Contributor

What this PR does / why we need it:

The test step in the pre-commit hook is very time consuming. So for the sake of efficiency, we want to remove the test step (since it can be done on demand locally, and will also be triggered in Github Actions). The other checks for linting and formatting are much faster, so they have been kept

Which issue(s) this PR closes:

Related Dataverse PRs:

  • Depends on #

Special notes for your reviewer:

Suggestions on how to test this:

Inspect the code change, optionally try a local commit and see that the other checks run.

Is there a release notes update needed for this change?:

No

Additional documentation:

@ekraffmiller ekraffmiller added GREI Re-arch GREI re-architecture-related SPA.Q4.10 Resolve TODOs and tech debt Size: 3 A percentage of a sprint. 2.1 hours. Original size: 3 FY25 Sprint 11 FY25 Sprint 11 (2024-11-20 - 2024-12-04) labels Dec 3, 2024
@g-saracca g-saracca self-assigned this Dec 3, 2024
@g-saracca g-saracca removed their assignment Dec 3, 2024
@ofahimIQSS ofahimIQSS self-assigned this Dec 4, 2024
@cmbz cmbz added the FY25 Sprint 12 FY25 Sprint 12 (2024-12-04 - 2024-12-18) label Dec 5, 2024
@ofahimIQSS ofahimIQSS merged commit 518da53 into develop Dec 16, 2024
5 checks passed
@ofahimIQSS ofahimIQSS deleted the 209-simplify-pre-commit branch December 16, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FY25 Sprint 11 FY25 Sprint 11 (2024-11-20 - 2024-12-04) FY25 Sprint 12 FY25 Sprint 12 (2024-12-04 - 2024-12-18) GREI Re-arch GREI re-architecture-related Original size: 3 Size: 3 A percentage of a sprint. 2.1 hours. SPA.Q4.10 Resolve TODOs and tech debt
Projects
Status: Merged 🚀
Development

Successfully merging this pull request may close these issues.

Review and update pre-commit hook to avoid having to wait too much for tests
4 participants