diff --git a/.github/workflows/run-automation-test.yml b/.github/workflows/run-automation-test.yml index 1fa7b5fc0..d9c2d404d 100644 --- a/.github/workflows/run-automation-test.yml +++ b/.github/workflows/run-automation-test.yml @@ -57,7 +57,7 @@ jobs: uses: cypress-io/github-action@v6 with: working-directory: ./cypress-tests - env: - CYPRESS_HYPERSWITCH_PUBLISHABLE_KEY: $HS_Pub_Key - CYPRESS_HYPERSWITCH_SECRET_KEY: $HS_Sec_Key + env: + CYPRESS_HYPERSWITCH_PUBLISHABLE_KEY: $HS_Pub_Key + CYPRESS_HYPERSWITCH_SECRET_KEY: $HS_Sec_Key # Runs Cypress tests located in the specified directory