Skip to content

Commit

Permalink
Fix for cookiecutter interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
whusterj authored and oudeismetis committed Nov 12, 2024
1 parent 8a9bd83 commit fee2d6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
working-directory: ./client
run: npx playwright test --reporter=html
env:
PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.environment_url }}
PLAYWRIGHT_TEST_USER_PASS: ${{ secrets.PLAYWRIGHT_TEST_USER_PASS }}
PLAYWRIGHT_TEST_BASE_URL: {{ ${{ github.event.deployment_status.environment_url }} }}
PLAYWRIGHT_TEST_USER_PASS: {{ ${{ secrets.PLAYWRIGHT_TEST_USER_PASS }} }}
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down

0 comments on commit fee2d6f

Please sign in to comment.