From dae2e4c917f3b36c4117483c4ddadef151723ff5 Mon Sep 17 00:00:00 2001 From: Darren Ackers Date: Mon, 14 Aug 2023 18:40:09 +0100 Subject: [PATCH] remove open-sesame --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c06baa2b..20a6e892 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,9 +33,7 @@ jobs: timeout_minutes: 10 retry_wait_seconds: 60 max_attempts: 3 - command: npm i -g firebase-tools - - name: Use extension commands - run: firebase --open-sesame extdev + command: npm i -g firebase-tools@ - name: mask env paramaters run: echo "::add-mask::$STRIPE_WEBHOOK_SECRET" - name: Run tests with coverage