Skip to content

Commit

Permalink
chore: remove error-causing args from CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirsamdarshi committed May 10, 2024
1 parent 596cfc8 commit 415d5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:

- run:
name: Run Frontend tests
command: yarn test --updateSnapshot --ci
command: yarn test
# use this line instead if we version control snapshots
# command: yarn test --ci

0 comments on commit 415d5ac

Please sign in to comment.