diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1d6c7772b9..4240c5e735 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -22,8 +22,8 @@ jobs:
     name: Run unit test suites
     runs-on: ubuntu-latest
       steps:
-      - name: Checkout code
-        uses: actions/checkout@v2      
+        - name: Checkout code
+          uses: actions/checkout@v2      
 
-      - name: Run tests
-        run: cd server && npm install && npm run test
\ No newline at end of file
+        - name: Run tests
+          run: cd server && npm install && npm run test
\ No newline at end of file