Caleb Porzio 4 anni fa
parent
commit
9ed52b0a94
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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