Skip to content

Commit

Permalink
chore: Update playwright.yml to use correct environment variables for…
Browse files Browse the repository at this point in the history
… Playwright tests
  • Loading branch information
noriega2112 committed Aug 10, 2024
1 parent 5d99eab commit 26bf91f
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 }}" }}
PLAYWRIGHT_TEST_USER_PASS:
{ { "${{ secrets.CYPRESS_TEST_USER_PASS }}" } }
{{ "${{ secrets.CYPRESS_TEST_USER_PASS }}" }}

0 comments on commit 26bf91f

Please sign in to comment.