From 0ebf920d92cfba683e7a9475615374722e7c97bc Mon Sep 17 00:00:00 2001 From: Patrick O'Sullivan Date: Wed, 8 Feb 2023 11:44:48 -0600 Subject: [PATCH] Update test command in ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29795d3..40deaa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: working-directory: ./ui - name: Run Tests - run: npm run test -- run + run: npm run test working-directory: ./ui - name: Build