diff --git a/.circleci/config.yml b/.circleci/config.yml index 21ed793bbf..963337a3af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -371,8 +371,15 @@ jobs: docker: - image: cimg/node:20.7.0 steps: + - run: + name: Install Homebrew + command: | + apt-get update && apt-get install -y build-essential curl file git + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bashrc + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" - checkout - - run: npm install -g supabase + - run: brew install supabase/tap/supabase - run: supabase link --project-ref $SUPABASE_PROJECT_ID - run: supabase db push # Run cypress e2e tests on chrome