diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 71d76fcc0514c5bfd34ede0298912898f5bc0300..eb7c8a938831414825a7bf759d8a1733aeada769 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -21,10 +21,9 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
-    - name: cd into deploy
-      run: cd deploy
-    - name: npm install and test
+    - name: cd into deploy, npm install and npm test
       run: |
+        cd deploy
         npm i
         npm test
       env: