Skip to content

Commit

Permalink
fix: remove yarn build from wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed May 20, 2024
1 parent c019ca8 commit b028986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Build & Run test suite
run: |
yarn && yarn build
yarn &&
yarn test | tee ./coverage.txt && exit ${PIPESTATUS[0]}
- name: Jest Coverage Comment
# Ensures this step is run even on previous step failure (e.g. test failed)
Expand Down

0 comments on commit b028986

Please sign in to comment.