Skip to content

Commit 3752e96

Browse files
committed
fixup! re-add e2e:dev (next dev)
1 parent b07cc35 commit 3752e96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Run playwright tests
2929
run: pnpm e2e
3030

31+
- name: Run playwright dev tests
32+
run: pnpm e2e:dev
33+
3134
- uses: actions/upload-artifact@v4
3235
if: always()
3336
with:

0 commit comments

Comments
 (0)