Skip to content

Commit

Permalink
remove Jest from the osx-serve-install workflow to avoid running the …
Browse files Browse the repository at this point in the history
…tests twice
  • Loading branch information
jiji14 committed Dec 12, 2023
1 parent 18539f5 commit 1901f4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/serve-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ jobs:
echo "ionic version"
npx ionic --version
- name: Run Jest tests
shell: bash -l {0}
run: |
npx jest
# 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 1901f4c

Please sign in to comment.