From 46d36885d3332323ac44f237f83c08e9089de640 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Thu, 9 Nov 2023 01:49:55 +0530 Subject: [PATCH] Remove variables --- .github/workflows/cypress.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index d8411cc250..0a9c280056 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -168,9 +168,6 @@ jobs: env: # pass the Dashboard record key as an environment variable CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - # CURRENTS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - # CURRENTS_PROJECT_ID: ${{ github.repository }} - # CURRENTS_API_URL: ${{ vars.CURRENTS_API_URL }} # Use existing chromium rather than downloading another PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true