]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix ci build (#4958)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 17 Nov 2021 16:23:59 +0000 (17:23 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 16:23:59 +0000 (17:23 +0100)
.github/workflows/ci.yml

index 215943a39602a87cd26b4b8e2b193320d0bd3950..085c8dbbd6c5321501b3e8727a3bcb9471727edd 100644 (file)
@@ -26,7 +26,7 @@ jobs:
       - run: pnpm install
 
       - name: Run unit tests
-        run: pnpm run test -- --ci
+        run: pnpm run test
 
   test-dts:
     runs-on: ubuntu-latest