Skip to content

Commit

Permalink
chore: Update environment variable name for test user password
Browse files Browse the repository at this point in the history
  • Loading branch information
noriega2112 committed Aug 21, 2024
1 parent 36cb1aa commit a837829
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
run: npx --prefix ./client playwright test --reporter=html
env:
PLAYWRIGHT_TEST_BASE_URL:
{ { "${{ github.event.deployment_status.environment_url }}" } }
{{ "${{ github.event.deployment_status.environment_url }}" }}
CYPRESS_TEST_USER_PASS:
{ { "${{ secrets.CYPRESS_TEST_USER_PASS }}" } }
{{ "${{ secrets.CYPRESS_TEST_USER_PASS }}" }}

0 comments on commit a837829

Please sign in to comment.