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

chore: split lint/test/build/typecheck in to separate jobs #4545

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

techfg
Copy link
Collaborator

@techfg techfg commented Feb 3, 2025

What does this PR do?

Splits lint/test/build/typecheck in to separate jobs in CI workflow to improve overall performance.

Reduces total time by ~45secs - now under 4 mins for full CI build (not including update-dev-branch job which only runs on push/workflow_dispatch to main). Prior to this and other recent changes, full CI would take ~6-8mins.

build: build & test
check: format & lint
typecheck: typecheck

Testing

workflow itself will be the test.

@techfg techfg merged commit c341bcd into ues-io:main Feb 3, 2025
5 checks passed
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