From 16f33db53ab604e79df57482b9f3409334d0771b Mon Sep 17 00:00:00 2001 From: Jonathan Cameron Date: Mon, 22 Jan 2024 07:21:20 +0100 Subject: [PATCH] Install only chromium browser for semaphore end-to-end test --- .semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 5e3601ee57..7cb3ae368c 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -57,7 +57,7 @@ blocks: - checkout - 'echo "Testing node:$NODEJS_VERSION on mysql:$MYSQL_VERSION"' - yarn --ignore-engines - - npx playwright install + - npx playwright install chromium - 'yarn build:db' - yarn build - mkdir results