浏览代码

Fixed test again

Alex Tran 3 年之前
父节点
当前提交
a8334b5c27
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/test.yml

+ 3 - 3
.github/workflows/test.yml

@@ -21,9 +21,9 @@ jobs:
   unit-tests:
     name: Run unit test suites
     runs-on: ubuntu-latest
-      steps:
+    steps:
       - name: Checkout code
-        uses: actions/checkout@v2      
+        uses: actions/checkout@v2
 
       - name: Run tests
-        run: cd server && npm install && npm run test
+        run: cd server && npm install && npm run test