From 2a10b2c19eae5ef224319daa28895554a35ee8a7 Mon Sep 17 00:00:00 2001 From: zuies Date: Wed, 10 May 2023 17:38:07 +0400 Subject: [PATCH] change:add test to ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 047862d2..a8018d28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: node-version: ${{ matrix.node }} - run: npm install - # - run: npm run test + - run: npm run test - run: npm run lint - run: npm run format - run: npm run build