Skip to content

Commit a187355

Browse files
chore: remove error-causing args from CircleCI config
1 parent d01de25 commit a187355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
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)