Skip to content

Commit

Permalink
chore: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 committed Jan 18, 2024
1 parent cdee96c commit 22918ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Cypress run
env:
cypressUserName: ${{ secrets.CYPRESS_USERNAME }}
cypressPassword: ${{ secrets.CYPRESS_PASSWORD }}
CYPRESS_USERNAME: ${{ secrets.CYPRESS_USERNAME }}
CYPRESS_PASSWORD: ${{ secrets.CYPRESS_PASSWORD }}
uses: cypress-io/github-action@v6
with:
install: false
Expand Down

0 comments on commit 22918ed

Please sign in to comment.