From a8334b5c27a3f07420db5dfeff9073ca66ba8360 Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Thu, 11 Aug 2022 13:46:11 -0500 Subject: [PATCH] Fixed test again --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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