We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e25b13 commit f91bcb3Copy full SHA for f91bcb3
.github/workflows/playwright.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Build pay-ui
58
if: steps.build-cache.outputs.cache-hit != 'true'
59
working-directory: web/pay-ui
60
- run: pnpm generate
+ run: cp .env.example .env && pnpm generate
61
- uses: actions/upload-artifact@v4
62
with:
63
name: pay-ui-build
0 commit comments