mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
DEV: Run playwright-install in docker:test task (#36428)
This commit is contained in:
@@ -157,6 +157,7 @@ task "docker:test" do
|
||||
begin
|
||||
@good = true
|
||||
@good &&= run_or_fail("pnpm install")
|
||||
@good &&= run_or_fail("pnpm playwright-install")
|
||||
|
||||
unless ENV["SKIP_LINT"]
|
||||
puts "Running linters/prettyfiers"
|
||||
|
||||
Reference in New Issue
Block a user