From 33d54872aba7193dcc5f73c45d2c74175fe49c9d Mon Sep 17 00:00:00 2001 From: Mohammad Amanalikhani Date: Thu, 12 Oct 2023 18:29:23 +0330 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=D8=A7=D8=B5=D9=84=D8=A7=D8=AD=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MD Amanalikhani Co-authored-by: MD Amanalikhani --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9e257fa..2c7cd24 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,6 +20,6 @@ jobs: node-version: ${{ matrix.node-version }} # cache: "npm" - run: | - npm ci + npm i npm test # npm run build --if-present