From f24ce9db6f7e121e44d8b0705af95e0c3a76dd97 Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Wed, 20 Sep 2023 16:25:05 -0400 Subject: [PATCH] add step in serve-install for jest tests --- .github/workflows/serve-install.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/serve-install.yml b/.github/workflows/serve-install.yml index 288c1c8cb..04b3c8b2f 100644 --- a/.github/workflows/serve-install.yml +++ b/.github/workflows/serve-install.yml @@ -56,6 +56,11 @@ jobs: echo "ionic version" npx ionic --version + - name: Run Jest tests + shell: bash -l {0} + run: | + npx jest www/__tests__ + # TODO: figure out how to check that a server started correctly # - name: Try starting it # run: npx run serve