From e2df441b7529b54223bfa69f8f9434f48236fc92 Mon Sep 17 00:00:00 2001 From: LingandRX Date: Thu, 13 Mar 2025 19:38:38 +0800 Subject: [PATCH] =?UTF-8?q?ci(gitlab):=20=E7=A7=BB=E9=99=A4=20sudo=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=20Playwright=20=E4=BE=9D=E8=B5=96=E7=9A=84?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4?= 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 b3674b5..a704105 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,8 @@ playwright_tests: - npm config set registry https://registry.npmmirror.com # 使用淘宝镜像 script: - npm install - - sudo npx playwright install-deps - npx playwright install + - npx playwright install-deps - npx playwright test artifacts: paths: