DEV: Run playwright-install in docker:test task (#36428)

This commit is contained in:
Jarek Radosz
2025-12-03 17:19:28 +01:00
committed by GitHub
parent 5898ade3b6
commit 9815f33ba7
+1
View File
@@ -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"