From bd7776515e26d27288093986881735376355c52c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 5 Mar 2023 19:06:24 +0300 Subject: CI: run vnext tests correctly --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29bd1e1e..f88d7d25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: node-version: "18" cache: "npm" - run: npm ci - - run: npm vnext:test + - run: npm run vnext:test - run: npm run vnext:lint - run: npm run vnext:build - run: npm run vnext:build:ssr -- cgit v1.2.3