From fec08141e50dfa98d2d57d038266933b1ee21e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=87=91=E6=B4=8B?= Date: Tue, 21 Feb 2023 07:35:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08e5df7b..516f2907 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,10 @@ build_project: test: stage: test script: + - npm ls jest + - npm ls vue-jest + - npm ls @vue/test-utils + - npm ls babel-jest - npm run test when: on_success only: