From 415d5acf0d7547d543a7dd2f0b7d5c2b47ddde01 Mon Sep 17 00:00:00 2001 From: Mihir Samdarshi Date: Thu, 2 May 2024 01:03:29 -0700 Subject: [PATCH] chore: remove error-causing args from CircleCI config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 00801780..b3b9b9f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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