mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 23:39:23 +08:00
DEV: Ensure yarn dependencies are installed during docker.rake (#16185)
Followup to 349a4acc9f44f4995cd397d06bb969e9efc2b18a
This commit is contained in:
parent
bfe9ba3039
commit
ea1865cc01
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user