Caleb Porzio 4 ani în urmă
părinte
comite
9ed52b0a94
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/run-tests.yml

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

@@ -21,6 +21,6 @@ jobs:
       run: |
         npm ci
         npm run build --if-present
-        npm test
+        npm run test
       env:
         CI: true