From b3c05abbdb6cfcfb4291bd152f60b500d60d7500 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 3 Feb 2025 13:34:05 +0100 Subject: [PATCH] adjusting playwright install --- bamboo-specs/test.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index 49bcd7db..531d5354 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -202,12 +202,14 @@ chmod +x ./AdGuardHome ls -l ./AdGuardHome - - npx playwright install --with-deps tree ./build/ - make VERBOSE=1 js-deps js-test-e2e + make VERBOSE=1 js-deps + + npx playwright install --with-deps + + make VERBOSE=1 js-test-e2e 'requirements': - 'adg-docker': 'true'