Explorar o código

Fixed test again

Alex Tran %!s(int64=3) %!d(string=hai) anos
pai
achega
a8334b5c27
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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