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

Introduce a build step to the build workflow #462

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

MGaetan89
Copy link
Member

@MGaetan89 MGaetan89 commented Mar 8, 2024

Pull request

Description

This PR introduces a build step in the build workflow. All the existing tasks are now waiting for the build step to complete, before starting.
This may improve the time needed for the CI checks to complete, as the build is now only done once, and then shared amongst all the steps.

Note

As caches are only written when running on main, the impact of the PR won't be visible until it has been merged.

Changes made

  • Self-explanatory

Checklist

  • Your branch has been rebased onto the main branch.
  • APIs have been properly documented (if relevant).
  • The documentation has been updated (if relevant).
  • New unit tests have been written (if relevant).
  • The demo has been updated (if relevant).
  • All pull request status checks pass.

@MGaetan89 MGaetan89 added the enhancement New feature or request label Mar 8, 2024
@MGaetan89 MGaetan89 self-assigned this Mar 8, 2024
Copy link

github-actions bot commented Mar 8, 2024

Code Coverage

Overall Project 53.34% 🟢

There is no coverage information present for the Files changed

@MGaetan89 MGaetan89 added this to the 1.0.0 milestone Mar 11, 2024
@StaehliJ StaehliJ added this pull request to the merge queue Mar 11, 2024
Merged via the queue into main with commit 1671716 Mar 11, 2024
10 checks passed
@StaehliJ StaehliJ deleted the improve_build_time branch March 11, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants