From 439779dd56dcf1677c0aa6a318a47a3f508acadb Mon Sep 17 00:00:00 2001 From: LingandRX Date: Thu, 13 Mar 2025 19:35:36 +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=E6=B7=BB=E5=8A=A0=20Playwright=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbfd5a0..0df041f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ playwright_tests: - npm config set registry https://registry.npmmirror.com # 使用淘宝镜像 script: - npm install + - npx playwright install-deps - npx playwright install - npx playwright test artifacts: