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

Webpack builds twice during GitHub Action Ruby tests #5116

Closed
bmesuere opened this issue Nov 6, 2023 · 0 comments · Fixed by #5119
Closed

Webpack builds twice during GitHub Action Ruby tests #5116

bmesuere opened this issue Nov 6, 2023 · 0 comments · Fixed by #5119
Assignees
Labels
bug Something isn't working chore Repository/build/dependency maintenance medium priority Things we want to see implemented relatively soon

Comments

@bmesuere
Copy link
Member

bmesuere commented Nov 6, 2023

When scrolling through the github action logs, it seems that webpack builds everything twice when running the ruby test action. Eliminating this would reduce the total test time on github by almost a minute.

yarn install is probably called 4 times, but that seems to terminate early after the first full run.

@bmesuere bmesuere added bug Something isn't working chore Repository/build/dependency maintenance labels Nov 6, 2023
@github-project-automation github-project-automation bot moved this to Unplanned in Roadmap Nov 6, 2023
@bmesuere bmesuere added the medium priority Things we want to see implemented relatively soon label Nov 6, 2023
@jorg-vr jorg-vr self-assigned this Nov 8, 2023
@github-project-automation github-project-automation bot moved this from Unplanned to Done in Roadmap Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Repository/build/dependency maintenance medium priority Things we want to see implemented relatively soon
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants