From b2911faee19d8640e6d45ca54602c30051b6619d Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 13 Mar 2025 12:53:15 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= 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 b948d9e..ab68174 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ playwright_tests: stage: test image: mcr.microsoft.com/playwright:v1.43.0-jammy script: + - npm config set registry https://registry.npmmirror.com - npm install - npx playwright install - npx playwright test