Skip to content

Commit 19e5b2e

Browse files
chore: remove error-causing args from CircleCI config
1 parent 5ff9c8e commit 19e5b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838

3939
- run:
4040
name: Run Frontend tests
41-
command: yarn test --updateSnapshot --ci
41+
command: yarn test
4242
# use this line instead if we version control snapshots
4343
# command: yarn test --ci

0 commit comments

Comments
 (0)