mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 07:11:17 +08:00
DEV: Install dependencies before running smoke test.
This commit is contained in:
@ -8,6 +8,8 @@ task "smoke:test" do
|
|||||||
abort "Chrome 59 or higher is required to run smoke tests in headless mode."
|
abort "Chrome 59 or higher is required to run smoke tests in headless mode."
|
||||||
end
|
end
|
||||||
|
|
||||||
|
system("yarn install --dev")
|
||||||
|
|
||||||
url = ENV["URL"]
|
url = ENV["URL"]
|
||||||
if !url
|
if !url
|
||||||
require "#{Rails.root}/config/environment"
|
require "#{Rails.root}/config/environment"
|
||||||
|
Reference in New Issue
Block a user