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

Only build js once during rails test #5119

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Only build js once during rails test #5119

merged 2 commits into from
Nov 8, 2023

Conversation

jorg-vr
Copy link
Contributor

@jorg-vr jorg-vr commented Nov 8, 2023

This pull request removes the manual yarn install and yarn build steps from the github test config.
These tasks are also executed by bundle exec rails test due to tasks inserted by jsbundling-rails and cssbundling-rails.

Closes #5116

@jorg-vr jorg-vr added the chore Repository/build/dependency maintenance label Nov 8, 2023
@jorg-vr jorg-vr self-assigned this Nov 8, 2023
@jorg-vr jorg-vr requested a review from a team as a code owner November 8, 2023 08:56
@jorg-vr jorg-vr requested review from bmesuere and niknetniko and removed request for a team November 8, 2023 08:56
@bmesuere bmesuere requested review from chvp and removed request for niknetniko November 8, 2023 09:43
@jorg-vr jorg-vr merged commit df937f2 into main Nov 8, 2023
13 checks passed
@jorg-vr jorg-vr deleted the chore/dont-build-twice branch November 8, 2023 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Repository/build/dependency maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webpack builds twice during GitHub Action Ruby tests
3 participants