Skip to content

Commit

Permalink
fix(github-actions): use --silent, --ci option for running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil143 authored Nov 18, 2024
1 parent bd8f6b3 commit 34de68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: yarn lint

- name: Run unit tests 🧪
run: yarn test --maxWorkers=2 --coverage
run: yarn test --maxWorkers=2 --coverage --silent --ci --verbose=false
env:
CI: true

Expand Down

0 comments on commit 34de68a

Please sign in to comment.