Webpack builds twice during GitHub Action Ruby tests #5116
Labels
bug
Something isn't working
chore
Repository/build/dependency maintenance
medium priority
Things we want to see implemented relatively soon
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.
The text was updated successfully, but these errors were encountered: