Skip to content

Commit 2e7c9d7

Browse files
author
Marcin P
committed
ci: fix command
1 parent 5829970 commit 2e7c9d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- name: Install Playwright Browsers
1919
run: npx playwright install --with-deps chromium
2020
- name: Run Playwright tests
21-
run: $env:ENV="test"; npx playwright test
21+
run: npx playwright test
22+
env:
23+
ENV: prod
2224
- uses: actions/upload-artifact@v4
2325
if: ${{ !cancelled() }}
2426
with:

0 commit comments

Comments
 (0)