Browse Source

chore: fix ci build (#4958)

Cédric Exbrayat 4 years ago
parent
commit
1149e825de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -26,7 +26,7 @@ jobs:
       - run: pnpm install
       - run: pnpm install
 
 
       - name: Run unit tests
       - name: Run unit tests
-        run: pnpm run test -- --ci
+        run: pnpm run test
 
 
   test-dts:
   test-dts:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest