From e29e506ed5c4f63ea8b1b6b4be317c5a3152978d Mon Sep 17 00:00:00 2001 From: Bess Sadler Date: Fri, 22 Mar 2024 14:02:44 -0400 Subject: [PATCH] Speed up CI by not re-installing firefox (#603) * Speed up CI by not re-installing firefox * Change one thing at a time --------- --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 336e4d05..738975c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,6 @@ jobs: - run: name: Run vitest command: yarn run vitest run --coverage - - browser-tools/install-firefox - run_mediaflux - run_postgres # wait for postgres and mediaflux