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'