Caleb Porzio 4 gadi atpakaļ
vecāks
revīzija
b24da677f1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .github/workflows/run-tests.yml

+ 1 - 1
.github/workflows/run-tests.yml

@@ -19,7 +19,7 @@ jobs:
         node-version: ${{ matrix.node-version }}
     - name: npm install, build, and test
       run: |
-        npm ci
+        npm install
         npm run build --if-present
         npm run test
       env: