Skip to content

Commit

Permalink
fix: workflow indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskar2001 committed Oct 7, 2024
1 parent 929e9e9 commit a567c73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-automation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a567c73

Please sign in to comment.