diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d6c7772b9..690ee8e3ba 100644 --- a/.github/workflows/test.yml +++ b/.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 \ No newline at end of file + run: cd server && npm install && npm run test