From 91e31e348eb9622402755f2895c2ffa624e2ca6b Mon Sep 17 00:00:00 2001 From: LingandRX Date: Thu, 13 Mar 2025 19:37:20 +0800 Subject: [PATCH] =?UTF-8?q?ci(gitlab):=20=E5=9C=A8=20CI=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=AD=E4=BD=BF=E7=94=A8=20sudo=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20Playwright=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0df041f..b3674b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ playwright_tests: - npm config set registry https://registry.npmmirror.com # 使用淘宝镜像 script: - npm install - - npx playwright install-deps + - sudo npx playwright install-deps - npx playwright install - npx playwright test artifacts: