Skip to content

Commit 9d64a35

Browse files
committed
ci: set playwright working directory to examples/esm
1 parent e34dc5c commit 9d64a35

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Playwright Tests
22
on:
33
push:
4-
branches: [ main, master ]
4+
branches: [ main ]
55
pull_request:
6-
branches: [ main, master ]
6+
branches: [ main ]
77
jobs:
88
test:
9+
defaults:
10+
run:
11+
working-directory: ./examples/esm
912
timeout-minutes: 60
1013
runs-on: ubuntu-latest
1114
steps:

0 commit comments

Comments
 (0)