DEV: Ensure yarn dependencies are installed during docker.rake (#16185)

Followup to 349a4acc9f44f4995cd397d06bb969e9efc2b18a
This commit is contained in:
David Taylor 2022-03-14 17:53:21 +00:00 committed by GitHub
parent bfe9ba3039
commit ea1865cc01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,6 +201,7 @@ task 'docker:test' do
unless ENV["RUBY_ONLY"]
js_timeout = ENV["JS_TIMEOUT"].presence || 900_000 # 15 minutes
@good &&= run_or_fail 'yarn install'
unless ENV["SKIP_CORE"]
@good &&= run_or_fail("cd app/assets/javascripts/discourse && CI=1 yarn ember exam --random")