Skip to content

Commit f91bcb3

Browse files
committed
env copy
1 parent 5e25b13 commit f91bcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build pay-ui
5858
if: steps.build-cache.outputs.cache-hit != 'true'
5959
working-directory: web/pay-ui
60-
run: pnpm generate
60+
run: cp .env.example .env && pnpm generate
6161
- uses: actions/upload-artifact@v4
6262
with:
6363
name: pay-ui-build

0 commit comments

Comments
 (0)