Skip to content

Commit

Permalink
add step in serve-install for jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Sep 20, 2023
1 parent df60ea4 commit f24ce9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/serve-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f24ce9d

Please sign in to comment.