From 0c6579975e340965d10cf71dd922f745d2940f46 Mon Sep 17 00:00:00 2001 From: Daniel Furnivall Date: Tue, 10 Dec 2024 13:02:17 +0000 Subject: [PATCH] bleh --- Jenkinsfile_nightly | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile_nightly b/Jenkinsfile_nightly index d11cfc053..3d076e81f 100644 --- a/Jenkinsfile_nightly +++ b/Jenkinsfile_nightly @@ -14,6 +14,9 @@ def component = "frontend" withNightlyPipeline(type, product, component) { + afterSuccess('build') { + yarnBuilder.yarn('playwright install') + } // enableFortifyScan() // // afterSuccess('fortify-scan') {