diff options
author | Vitaly Takmazov | 2023-03-05 19:06:24 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-03-05 19:07:00 +0300 |
commit | bd7776515e26d27288093986881735376355c52c (patch) | |
tree | 885a16953d16e97d086ebb3fa681f256701e671c /.github/workflows | |
parent | 8c2a08d2bc51fdd5abaf67cdf38924cca2813cfe (diff) |
CI: run vnext tests correctly
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |