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