Caleb Porzio 4 年 前
コミット
9ed52b0a94
1 ファイル変更1 行追加1 行削除
  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